py-imgui-redux 4.0.1__cp311-cp311-macosx_10_9_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
imgui/__init__.pyi ADDED
@@ -0,0 +1,4473 @@
1
+ """DearImGui Framework"""
2
+ from __future__ import annotations
3
+ import imgui
4
+ import typing
5
+ import collections.abc
6
+
7
+ __all__ = [
8
+ "AcceptDragDropPayload",
9
+ "AlignTextToFramePadding",
10
+ "ArrowButton",
11
+ "BackendFlags",
12
+ "Begin",
13
+ "BeginChild",
14
+ "BeginCombo",
15
+ "BeginDisabled",
16
+ "BeginDragDropSource",
17
+ "BeginDragDropTarget",
18
+ "BeginGroup",
19
+ "BeginItemTooltip",
20
+ "BeginListBox",
21
+ "BeginMainMenuBar",
22
+ "BeginMenu",
23
+ "BeginMenuBar",
24
+ "BeginPopup",
25
+ "BeginPopupContextItem",
26
+ "BeginPopupContextVoid",
27
+ "BeginPopupContextWindow",
28
+ "BeginPopupModal",
29
+ "BeginTabBar",
30
+ "BeginTabItem",
31
+ "BeginTable",
32
+ "BeginTooltip",
33
+ "BoolRef",
34
+ "Bullet",
35
+ "BulletText",
36
+ "Button",
37
+ "ButtonFlags",
38
+ "CalcItemWidth",
39
+ "CalcTextSize",
40
+ "CheckBox",
41
+ "CheckBoxFlags",
42
+ "ChildFlags",
43
+ "CloseCurrentPopup",
44
+ "Col",
45
+ "CollapsingHeader",
46
+ "Color",
47
+ "ColorButton",
48
+ "ColorConvertFloat4ToU32",
49
+ "ColorConvertHSVtoRGB",
50
+ "ColorConvertRGBtoHSV",
51
+ "ColorConvertU32ToFloat4",
52
+ "ColorEdit3",
53
+ "ColorEdit4",
54
+ "ColorEditFlags",
55
+ "ColorPicker3",
56
+ "ColorPicker4",
57
+ "ComboFlags",
58
+ "Cond",
59
+ "ConfigFlags",
60
+ "Context",
61
+ "CreateContext",
62
+ "DebugFlashStyleColor",
63
+ "DebugStartItemPicker",
64
+ "DebugTextEncoding",
65
+ "DestroyContext",
66
+ "Dir",
67
+ "DoubleList",
68
+ "DoubleRef",
69
+ "DragDropFlags",
70
+ "DragFloat",
71
+ "DragFloat2",
72
+ "DragFloat3",
73
+ "DragFloat4",
74
+ "DragFloatRange2",
75
+ "DragInt",
76
+ "DragInt2",
77
+ "DragInt3",
78
+ "DragInt4",
79
+ "DragIntRange2",
80
+ "DrawData",
81
+ "DrawFlags",
82
+ "DrawListFlags",
83
+ "Dummy",
84
+ "End",
85
+ "EndChild",
86
+ "EndCombo",
87
+ "EndDisabled",
88
+ "EndDragDropSource",
89
+ "EndDragDropTarget",
90
+ "EndFrame",
91
+ "EndGroup",
92
+ "EndListBox",
93
+ "EndMainMenuBar",
94
+ "EndMenu",
95
+ "EndMenuBar",
96
+ "EndPopup",
97
+ "EndTabBar",
98
+ "EndTabItem",
99
+ "EndTable",
100
+ "EndTooltip",
101
+ "FLT_MAX",
102
+ "FloatList",
103
+ "FloatRef",
104
+ "FocusedFlags",
105
+ "FontFlags",
106
+ "GetBackgroundDrawList",
107
+ "GetClipboardText",
108
+ "GetColorU32",
109
+ "GetContentRegionAvail",
110
+ "GetCurrentContext",
111
+ "GetCursorPos",
112
+ "GetCursorPosX",
113
+ "GetCursorPosY",
114
+ "GetCursorScreenPos",
115
+ "GetCursorStartPos",
116
+ "GetDragDropPayload",
117
+ "GetDrawData",
118
+ "GetDrawListSharedData",
119
+ "GetFont",
120
+ "GetFontSize",
121
+ "GetFontTexUvWhitePixel",
122
+ "GetForegroundDrawList",
123
+ "GetFrameCount",
124
+ "GetFrameHeight",
125
+ "GetFrameHeightWithSpacing",
126
+ "GetID",
127
+ "GetIO",
128
+ "GetItemID",
129
+ "GetItemRectMax",
130
+ "GetItemRectMin",
131
+ "GetItemRectSize",
132
+ "GetKeyName",
133
+ "GetKeyPressedAmount",
134
+ "GetMainViewport",
135
+ "GetMouseCursor",
136
+ "GetMouseDragDelta",
137
+ "GetMousePos",
138
+ "GetMousePosOnOpeningCurrentPopup",
139
+ "GetScrollMaxX",
140
+ "GetScrollMaxY",
141
+ "GetScrollX",
142
+ "GetScrollY",
143
+ "GetStateStorage",
144
+ "GetStyle",
145
+ "GetStyleColorName",
146
+ "GetStyleColorVec4",
147
+ "GetTextLineHeight",
148
+ "GetTextLineHeightWithSpacing",
149
+ "GetTime",
150
+ "GetTreeNodeToLabelSpacing",
151
+ "GetVersion",
152
+ "GetWindowDrawList",
153
+ "GetWindowHeight",
154
+ "GetWindowPos",
155
+ "GetWindowSize",
156
+ "GetWindowWidth",
157
+ "HoveredFlags",
158
+ "IO",
159
+ "ImDrawList",
160
+ "ImFont",
161
+ "ImFontAtlas",
162
+ "ImFontAtlasRect",
163
+ "ImFontBaked",
164
+ "ImFontConfig",
165
+ "ImFontGlyph",
166
+ "ImKey",
167
+ "Image",
168
+ "ImageButton",
169
+ "ImageWithBg",
170
+ "Indent",
171
+ "InitContextForGLFW",
172
+ "InputFlags",
173
+ "InputFloat",
174
+ "InputFloat2",
175
+ "InputFloat3",
176
+ "InputFloat4",
177
+ "InputInt",
178
+ "InputInt2",
179
+ "InputInt3",
180
+ "InputInt4",
181
+ "InputText",
182
+ "InputTextFlags",
183
+ "InputTextMultiline",
184
+ "InputTextWithHint",
185
+ "IntList",
186
+ "IntRef",
187
+ "InvisibleButton",
188
+ "IsAnyItemActive",
189
+ "IsAnyItemFocused",
190
+ "IsAnyItemHovered",
191
+ "IsItemActivated",
192
+ "IsItemActive",
193
+ "IsItemClicked",
194
+ "IsItemDeactivated",
195
+ "IsItemDeactivatedAfterEdit",
196
+ "IsItemEdited",
197
+ "IsItemFocused",
198
+ "IsItemHovered",
199
+ "IsItemToggledOpen",
200
+ "IsItemVisible",
201
+ "IsKeyChordPressed",
202
+ "IsKeyDown",
203
+ "IsKeyPressed",
204
+ "IsKeyReleased",
205
+ "IsMouseClicked",
206
+ "IsMouseDoubleClicked",
207
+ "IsMouseDown",
208
+ "IsMouseDragging",
209
+ "IsMouseHoveringRect",
210
+ "IsMousePosValid",
211
+ "IsMouseReleased",
212
+ "IsMouseReleasedWithDelay",
213
+ "IsPopupOpen",
214
+ "IsRectVisible",
215
+ "IsWindowAppearing",
216
+ "IsWindowCollapsed",
217
+ "IsWindowFocused",
218
+ "IsWindowHovered",
219
+ "ItemFlags",
220
+ "KeyData",
221
+ "LabelText",
222
+ "ListClipper",
223
+ "ListWrapperBool",
224
+ "ListWrapperDouble",
225
+ "ListWrapperImVec2",
226
+ "ListWrapperTCSS",
227
+ "LoadIniSettingsFromDisk",
228
+ "LoadIniSettingsFromMemory",
229
+ "LoadTexture",
230
+ "LoadTextureFile",
231
+ "LogButtons",
232
+ "LogFinish",
233
+ "LogText",
234
+ "LogToClipboard",
235
+ "LogToFile",
236
+ "LogToTTY",
237
+ "MenuItem",
238
+ "MouseButton",
239
+ "MouseCursor",
240
+ "MouseSource",
241
+ "MultiSelectFlags",
242
+ "MultiSelectIO",
243
+ "NewFrame",
244
+ "NewLine",
245
+ "OpenPopup",
246
+ "OpenPopupOnItemClick",
247
+ "PopClipRect",
248
+ "PopFont",
249
+ "PopID",
250
+ "PopItemFlag",
251
+ "PopItemWidth",
252
+ "PopStyleColor",
253
+ "PopStyleVar",
254
+ "PopTextWrapPos",
255
+ "PopupFlags",
256
+ "ProgressBar",
257
+ "PushClipRect",
258
+ "PushFont",
259
+ "PushID",
260
+ "PushItemFlag",
261
+ "PushItemWidth",
262
+ "PushStyleColor",
263
+ "PushStyleVar",
264
+ "PushStyleVarX",
265
+ "PushStyleVarY",
266
+ "PushTextWrapPos",
267
+ "RadioButton",
268
+ "Render",
269
+ "ResetMouseDragDelta",
270
+ "SameLine",
271
+ "SaveIniSettingsToDisk",
272
+ "SaveIniSettingsToMemory",
273
+ "Selectable",
274
+ "SelectableFlags",
275
+ "SelectionRequest",
276
+ "SelectionRequestType",
277
+ "Separator",
278
+ "SeparatorText",
279
+ "SetClipboardText",
280
+ "SetColorEditOptions",
281
+ "SetCurrentContext",
282
+ "SetCursorPos",
283
+ "SetCursorPosX",
284
+ "SetCursorPosY",
285
+ "SetCursorScreenPos",
286
+ "SetDragDropPayload",
287
+ "SetItemDefaultFocus",
288
+ "SetItemKeyOwner",
289
+ "SetItemTooltip",
290
+ "SetKeyboardFocusHere",
291
+ "SetMouseCursor",
292
+ "SetNextFrameWantCaptureKeyboard",
293
+ "SetNextFrameWantCaptureMouse",
294
+ "SetNextItemAllowOverlap",
295
+ "SetNextItemOpen",
296
+ "SetNextItemShortcut",
297
+ "SetNextItemStorageID",
298
+ "SetNextItemWidth",
299
+ "SetNextWindowBgAlpha",
300
+ "SetNextWindowCollapsed",
301
+ "SetNextWindowContentSize",
302
+ "SetNextWindowFocus",
303
+ "SetNextWindowPos",
304
+ "SetNextWindowScroll",
305
+ "SetNextWindowSize",
306
+ "SetScrollFromPosX",
307
+ "SetScrollFromPosY",
308
+ "SetScrollHereX",
309
+ "SetScrollHereY",
310
+ "SetScrollX",
311
+ "SetScrollY",
312
+ "SetStateStorage",
313
+ "SetTabItemClosed",
314
+ "SetTooltip",
315
+ "SetWindowCollapsed",
316
+ "SetWindowFocus",
317
+ "SetWindowPos",
318
+ "SetWindowSize",
319
+ "Shortcut",
320
+ "ShowAboutWindow",
321
+ "ShowDebugLogWindow",
322
+ "ShowDemoWindow",
323
+ "ShowFontSelector",
324
+ "ShowMetricsWindow",
325
+ "ShowStackToolWindow",
326
+ "ShowStyleEditor",
327
+ "ShowStyleSelector",
328
+ "ShowUserGuide",
329
+ "Shutdown",
330
+ "SliderAngle",
331
+ "SliderFlags",
332
+ "SliderFloat",
333
+ "SliderFloat2",
334
+ "SliderFloat3",
335
+ "SliderFloat4",
336
+ "SliderInt",
337
+ "SliderInt2",
338
+ "SliderInt3",
339
+ "SliderInt4",
340
+ "SmallButton",
341
+ "SortDirection",
342
+ "Spacing",
343
+ "StrList",
344
+ "StrRef",
345
+ "Style",
346
+ "StyleColorsClassic",
347
+ "StyleColorsDark",
348
+ "StyleColorsLight",
349
+ "StyleVar",
350
+ "TabBarFlags",
351
+ "TabItemButton",
352
+ "TabItemFlags",
353
+ "TableBgTarget",
354
+ "TableColumnFlags",
355
+ "TableColumnSortSpecs",
356
+ "TableFlags",
357
+ "TableGetColumnCount",
358
+ "TableGetColumnFlags",
359
+ "TableGetColumnIndex",
360
+ "TableGetColumnName",
361
+ "TableGetHoveredColumn",
362
+ "TableGetRowIndex",
363
+ "TableGetSortSpecs",
364
+ "TableHeader",
365
+ "TableHeadersRow",
366
+ "TableNextColumn",
367
+ "TableNextRow",
368
+ "TableRowFlags",
369
+ "TableSetBgColor",
370
+ "TableSetColumnEnabled",
371
+ "TableSetColumnIndex",
372
+ "TableSetupColumn",
373
+ "TableSetupScrollFreeze",
374
+ "TableSortSpecs",
375
+ "Text",
376
+ "TextColored",
377
+ "TextDisabled",
378
+ "TextLink",
379
+ "TextLinkOpenURL",
380
+ "TextWrapped",
381
+ "Texture",
382
+ "TextureFormat",
383
+ "TextureStatus",
384
+ "TreeNode",
385
+ "TreeNodeEx",
386
+ "TreeNodeFlags",
387
+ "TreePop",
388
+ "TreePush",
389
+ "Unindent",
390
+ "UnloadTexture",
391
+ "VSliderFloat",
392
+ "VSliderInt",
393
+ "Vec2",
394
+ "Vec2List",
395
+ "Vec4",
396
+ "Viewport",
397
+ "ViewportFlags",
398
+ "WCharList",
399
+ "WindowFlags",
400
+ "glfw",
401
+ "imnodes",
402
+ "implot"
403
+ ]
404
+
405
+
406
+ class BackendFlags():
407
+ HasGamepad = 1
408
+ HasMouseCursors = 2
409
+ HasSetMousePos = 4
410
+ None_ = 0
411
+ RendererHasTextures = 16
412
+ RendererHasVtxOffset = 8
413
+ pass
414
+ class BoolRef():
415
+ """
416
+ A pass-by-ref wrapper for a bool
417
+ """
418
+ def __init__(self, val: bool = False) -> None: ...
419
+ def __str__(self) -> str: ...
420
+ @property
421
+ def val(self) -> bool:
422
+ """
423
+ The wrapped value
424
+
425
+ :type: bool
426
+ """
427
+ @val.setter
428
+ def val(self, arg0: bool) -> None:
429
+ """
430
+ The wrapped value
431
+ """
432
+ pass
433
+ class ButtonFlags():
434
+ EnableNav = 8
435
+ MouseButtonLeft = 1
436
+ MouseButtonMask_ = 7
437
+ MouseButtonMiddle = 4
438
+ MouseButtonRight = 2
439
+ None_ = 0
440
+ pass
441
+ class ChildFlags():
442
+ AlwaysAutoResize = 64
443
+ AlwaysUseWindowPadding = 2
444
+ AutoResizeX = 16
445
+ AutoResizeY = 32
446
+ Borders = 1
447
+ FrameStyle = 128
448
+ NavFlattened = 256
449
+ None_ = 0
450
+ ResizeX = 4
451
+ ResizeY = 8
452
+ pass
453
+ class Col():
454
+ Border = 5
455
+ BorderShadow = 6
456
+ Button = 21
457
+ ButtonActive = 23
458
+ ButtonHovered = 22
459
+ CheckMark = 18
460
+ ChildBg = 3
461
+ DragDropTarget = 53
462
+ FrameBg = 7
463
+ FrameBgActive = 9
464
+ FrameBgHovered = 8
465
+ Header = 24
466
+ HeaderActive = 26
467
+ HeaderHovered = 25
468
+ InputTextCursor = 33
469
+ MenuBarBg = 13
470
+ ModalWindowDimBg = 57
471
+ NavCursor = 54
472
+ NavWindowingDimBg = 56
473
+ NavWindowingHighlight = 55
474
+ PlotHistogram = 43
475
+ PlotHistogramHovered = 44
476
+ PlotLines = 41
477
+ PlotLinesHovered = 42
478
+ PopupBg = 4
479
+ ResizeGrip = 30
480
+ ResizeGripActive = 32
481
+ ResizeGripHovered = 31
482
+ ScrollbarBg = 14
483
+ ScrollbarGrab = 15
484
+ ScrollbarGrabActive = 17
485
+ ScrollbarGrabHovered = 16
486
+ Separator = 27
487
+ SeparatorActive = 29
488
+ SeparatorHovered = 28
489
+ SliderGrab = 19
490
+ SliderGrabActive = 20
491
+ Tab = 35
492
+ TabDimmed = 38
493
+ TabDimmedSelected = 39
494
+ TabDimmedSelectedOverline = 40
495
+ TabHovered = 34
496
+ TabSelected = 36
497
+ TabSelectedOverline = 37
498
+ TableBorderLight = 47
499
+ TableBorderStrong = 46
500
+ TableHeaderBg = 45
501
+ TableRowBg = 48
502
+ TableRowBgAlt = 49
503
+ Text = 0
504
+ TextDisabled = 1
505
+ TextLink = 50
506
+ TextSelectedBg = 51
507
+ TitleBg = 10
508
+ TitleBgActive = 11
509
+ TitleBgCollapsed = 12
510
+ TreeLines = 52
511
+ WindowBg = 2
512
+ pass
513
+ class Color():
514
+ @staticmethod
515
+ def HSV(h: typing.SupportsFloat, s: typing.SupportsFloat, v: typing.SupportsFloat, a: typing.SupportsFloat = 1.0) -> Color: ...
516
+ def SetHSV(self, h: typing.SupportsFloat, s: typing.SupportsFloat, v: typing.SupportsFloat, a: typing.SupportsFloat = 1.0) -> None: ...
517
+ @typing.overload
518
+ def __init__(self) -> None: ...
519
+ @typing.overload
520
+ def __init__(self, r: typing.SupportsFloat, g: typing.SupportsFloat, b: typing.SupportsFloat, a: typing.SupportsFloat = 1.0) -> None: ...
521
+ @typing.overload
522
+ def __init__(self, r: typing.SupportsInt, g: typing.SupportsInt, b: typing.SupportsInt, a: typing.SupportsInt = 255) -> None: ...
523
+ @property
524
+ def Value(self) -> Vec4:
525
+ """
526
+ :type: Vec4
527
+ """
528
+ @Value.setter
529
+ def Value(self, arg0: Vec4) -> None:
530
+ pass
531
+ pass
532
+ class ColorEditFlags():
533
+ AlphaBar = 65536
534
+ AlphaNoBg = 4096
535
+ AlphaOpaque = 2048
536
+ AlphaPreviewHalf = 8192
537
+ DefaultOptions_ = 177209344
538
+ DisplayHSV = 2097152
539
+ DisplayHex = 4194304
540
+ DisplayRGB = 1048576
541
+ Float = 16777216
542
+ HDR = 524288
543
+ InputHSV = 268435456
544
+ InputRGB = 134217728
545
+ NoAlpha = 2
546
+ NoBorder = 1024
547
+ NoDragDrop = 512
548
+ NoInputs = 32
549
+ NoLabel = 128
550
+ NoOptions = 8
551
+ NoPicker = 4
552
+ NoSidePreview = 256
553
+ NoSmallPreview = 16
554
+ NoTooltip = 64
555
+ None_ = 0
556
+ PickerHueBar = 33554432
557
+ PickerHueWheel = 67108864
558
+ Uint8 = 8388608
559
+ pass
560
+ class ComboFlags():
561
+ HeightLarge = 8
562
+ HeightLargest = 16
563
+ HeightMask_ = 30
564
+ HeightRegular = 4
565
+ HeightSmall = 2
566
+ NoArrowButton = 32
567
+ NoPreview = 64
568
+ None_ = 0
569
+ PopupAlignLeft = 1
570
+ WidthFitPreview = 128
571
+ pass
572
+ class Cond():
573
+ Always = 1
574
+ Appearing = 8
575
+ FirstUseEver = 4
576
+ None_ = 0
577
+ Once = 2
578
+ pass
579
+ class ConfigFlags():
580
+ IsSRGB = 1048576
581
+ IsTouchScreen = 2097152
582
+ NavEnableGamepad = 2
583
+ NavEnableKeyboard = 1
584
+ NoMouse = 16
585
+ NoMouseCursorChange = 32
586
+ None_ = 0
587
+ pass
588
+ class Context():
589
+ pass
590
+ class Dir():
591
+ Down = 3
592
+ Left = 0
593
+ None_ = -1
594
+ Right = 1
595
+ Up = 2
596
+ pass
597
+ class DoubleList():
598
+ """
599
+ Thin wrapper over a std::vector<double>
600
+ """
601
+ def __getitem__(self, index: typing.SupportsInt) -> float: ...
602
+ @typing.overload
603
+ def __init__(self) -> None: ...
604
+ @typing.overload
605
+ def __init__(self, vals: collections.abc.Sequence[typing.SupportsFloat] = []) -> None: ...
606
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
607
+ def __len__(self) -> int: ...
608
+ def __setitem__(self, index: typing.SupportsInt, val: typing.SupportsFloat) -> None: ...
609
+ def append(self, val: typing.SupportsFloat) -> None:
610
+ """
611
+ Append a value to the end
612
+ """
613
+ def clear(self) -> None: ...
614
+ def pop(self) -> float:
615
+ """
616
+ Pop a value from the end
617
+ """
618
+ def resize(self, size: typing.SupportsInt) -> None:
619
+ """
620
+ Resize the vector, dropping any lost values
621
+ """
622
+ pass
623
+ class DoubleRef():
624
+ """
625
+ A pass-by-ref wrapper for a double
626
+ """
627
+ def __init__(self, val: typing.SupportsFloat = 0.0) -> None: ...
628
+ def __str__(self) -> str: ...
629
+ @property
630
+ def val(self) -> float:
631
+ """
632
+ The wrapped value
633
+
634
+ :type: float
635
+ """
636
+ @val.setter
637
+ def val(self, arg0: typing.SupportsFloat) -> None:
638
+ """
639
+ The wrapped value
640
+ """
641
+ pass
642
+ class DragDropFlags():
643
+ AcceptBeforeDelivery = 1024
644
+ AcceptNoDrawDefaultRect = 2048
645
+ AcceptNoPreviewTooltip = 4096
646
+ AcceptPeekOnly = 3072
647
+ None_ = 0
648
+ PayloadAutoExpire = 32
649
+ PayloadNoCrossContext = 64
650
+ PayloadNoCrossProcess = 128
651
+ SourceAllowNullID = 8
652
+ SourceExtern = 16
653
+ SourceNoDisableHover = 2
654
+ SourceNoHoldToOpenOthers = 4
655
+ SourceNoPreviewTooltip = 1
656
+ pass
657
+ class DrawData():
658
+ @property
659
+ def CmdListsCount(self) -> int:
660
+ """
661
+ :type: int
662
+ """
663
+ @property
664
+ def DisplayPos(self) -> Vec2:
665
+ """
666
+ :type: Vec2
667
+ """
668
+ @DisplayPos.setter
669
+ def DisplayPos(self, arg0: Vec2) -> None:
670
+ pass
671
+ @property
672
+ def DisplaySize(self) -> Vec2:
673
+ """
674
+ :type: Vec2
675
+ """
676
+ @DisplaySize.setter
677
+ def DisplaySize(self, arg0: Vec2) -> None:
678
+ pass
679
+ @property
680
+ def FramebufferScale(self) -> Vec2:
681
+ """
682
+ :type: Vec2
683
+ """
684
+ @FramebufferScale.setter
685
+ def FramebufferScale(self, arg0: Vec2) -> None:
686
+ pass
687
+ @property
688
+ def TotalIdxCount(self) -> int:
689
+ """
690
+ :type: int
691
+ """
692
+ @property
693
+ def TotalVtxCount(self) -> int:
694
+ """
695
+ :type: int
696
+ """
697
+ @property
698
+ def Valid(self) -> bool:
699
+ """
700
+ :type: bool
701
+ """
702
+ pass
703
+ class DrawFlags():
704
+ Closed = 1
705
+ None_ = 0
706
+ RoundCornersAll = 240
707
+ RoundCornersBottom = 192
708
+ RoundCornersBottomLeft = 64
709
+ RoundCornersBottomRight = 128
710
+ RoundCornersDefault_ = 240
711
+ RoundCornersLeft = 80
712
+ RoundCornersMask_ = 496
713
+ RoundCornersNone = 256
714
+ RoundCornersRight = 160
715
+ RoundCornersTop = 48
716
+ RoundCornersTopLeft = 16
717
+ RoundCornersTopRight = 32
718
+ pass
719
+ class DrawListFlags():
720
+ AllowVtxOffset = 8
721
+ AntiAliasedFill = 4
722
+ AntiAliasedLines = 1
723
+ AntiAliasedLinesUseTex = 2
724
+ None_ = 0
725
+ pass
726
+ class FloatList():
727
+ """
728
+ Thin wrapper over a std::vector<float>
729
+ """
730
+ def __getitem__(self, index: typing.SupportsInt) -> float: ...
731
+ @typing.overload
732
+ def __init__(self) -> None: ...
733
+ @typing.overload
734
+ def __init__(self, vals: collections.abc.Sequence[typing.SupportsFloat] = []) -> None: ...
735
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
736
+ def __len__(self) -> int: ...
737
+ def __setitem__(self, index: typing.SupportsInt, val: typing.SupportsFloat) -> None: ...
738
+ def append(self, val: typing.SupportsFloat) -> None:
739
+ """
740
+ Append a value to the end
741
+ """
742
+ def clear(self) -> None: ...
743
+ def pop(self) -> float:
744
+ """
745
+ Pop a value from the end
746
+ """
747
+ def resize(self, size: typing.SupportsInt) -> None:
748
+ """
749
+ Resize the vector, dropping any lost values
750
+ """
751
+ pass
752
+ class FloatRef():
753
+ """
754
+ A pass-by-ref wrapper for a float
755
+ """
756
+ def __init__(self, val: typing.SupportsFloat = 0.0) -> None: ...
757
+ def __str__(self) -> str: ...
758
+ @property
759
+ def val(self) -> float:
760
+ """
761
+ The wrapped value
762
+
763
+ :type: float
764
+ """
765
+ @val.setter
766
+ def val(self, arg0: typing.SupportsFloat) -> None:
767
+ """
768
+ The wrapped value
769
+ """
770
+ pass
771
+ class FocusedFlags():
772
+ AnyWindow = 4
773
+ ChildWindows = 1
774
+ NoPopupHierarchy = 8
775
+ None_ = 0
776
+ RootAndChildWindows = 3
777
+ RootWindow = 2
778
+ pass
779
+ class FontFlags():
780
+ LockBakedSizes = 8
781
+ NoLoadError = 2
782
+ NoLoadGlyphs = 4
783
+ None_ = 0
784
+ pass
785
+ class HoveredFlags():
786
+ AllowWhenBlockedByActiveItem = 128
787
+ AllowWhenBlockedByPopup = 32
788
+ AllowWhenDisabled = 1024
789
+ AllowWhenOverlapped = 768
790
+ AllowWhenOverlappedByItem = 256
791
+ AllowWhenOverlappedByWindow = 512
792
+ AnyWindow = 4
793
+ ChildWindows = 1
794
+ DelayNone = 16384
795
+ DelayNormal = 65536
796
+ DelayShort = 32768
797
+ ForTooltip = 4096
798
+ NoNavOverride = 2048
799
+ NoPopupHierarchy = 8
800
+ NoSharedDelay = 131072
801
+ None_ = 0
802
+ RectOnly = 928
803
+ RootAndChildWindows = 3
804
+ RootWindow = 2
805
+ Stationary = 8192
806
+ pass
807
+ class IO():
808
+ def AddFocusEvent(self, focused: bool) -> None: ...
809
+ def AddInputCharacter(self, c: typing.SupportsInt) -> None: ...
810
+ def AddInputCharacterUTF16(self, c: typing.SupportsInt) -> None: ...
811
+ def AddInputCharactersUTF8(self, str: str) -> None: ...
812
+ def AddKeyAnalogEvent(self, key: ImGuiKey, down: bool, v: typing.SupportsFloat) -> None: ...
813
+ def AddKeyEvent(self, key: ImGuiKey, down: bool) -> None: ...
814
+ def AddMouseButtonEvent(self, button: typing.SupportsInt, down: bool) -> None: ...
815
+ def AddMousePosEvent(self, x: typing.SupportsFloat, y: typing.SupportsFloat) -> None: ...
816
+ def AddMouseSourceEvent(self, source: ImGuiMouseSource) -> None: ...
817
+ def AddMouseWheelEvent(self, wh_x: typing.SupportsFloat, wh_y: typing.SupportsFloat) -> None: ...
818
+ def ClearEventsQueue(self) -> None: ...
819
+ def ClearInputKeys(self) -> None: ...
820
+ def ClearInputMouse(self) -> None: ...
821
+ def SetAppAcceptingEvents(self, accepting_events: bool) -> None: ...
822
+ def SetKeyEventNativeData(self, key: ImGuiKey, native_keycode: typing.SupportsInt, native_scancode: typing.SupportsInt, native_legacy_index: typing.SupportsInt = -1) -> None: ...
823
+ def __init__(self) -> None: ...
824
+ @property
825
+ def AppAcceptingEvents(self) -> bool:
826
+ """
827
+ :type: bool
828
+ """
829
+ @AppAcceptingEvents.setter
830
+ def AppAcceptingEvents(self, arg0: bool) -> None:
831
+ pass
832
+ @property
833
+ def AppFocusLost(self) -> bool:
834
+ """
835
+ :type: bool
836
+ """
837
+ @AppFocusLost.setter
838
+ def AppFocusLost(self, arg0: bool) -> None:
839
+ pass
840
+ @property
841
+ def BackendFlags(self) -> int:
842
+ """
843
+ :type: int
844
+ """
845
+ @BackendFlags.setter
846
+ def BackendFlags(self, arg0: typing.SupportsInt) -> None:
847
+ pass
848
+ @property
849
+ def BackendLanguageUserData(self) -> typing_extensions.CapsuleType:
850
+ """
851
+ :type: typing_extensions.CapsuleType
852
+ """
853
+ @BackendLanguageUserData.setter
854
+ def BackendLanguageUserData(self, arg0: typing_extensions.CapsuleType) -> None:
855
+ pass
856
+ @property
857
+ def BackendPlatformName(self) -> str:
858
+ """
859
+ :type: str
860
+ """
861
+ @BackendPlatformName.setter
862
+ def BackendPlatformName(self, arg0: str) -> None:
863
+ pass
864
+ @property
865
+ def BackendPlatformUserData(self) -> typing_extensions.CapsuleType:
866
+ """
867
+ :type: typing_extensions.CapsuleType
868
+ """
869
+ @BackendPlatformUserData.setter
870
+ def BackendPlatformUserData(self, arg0: typing_extensions.CapsuleType) -> None:
871
+ pass
872
+ @property
873
+ def BackendRendererName(self) -> str:
874
+ """
875
+ :type: str
876
+ """
877
+ @BackendRendererName.setter
878
+ def BackendRendererName(self, arg0: str) -> None:
879
+ pass
880
+ @property
881
+ def BackendRendererUserData(self) -> typing_extensions.CapsuleType:
882
+ """
883
+ :type: typing_extensions.CapsuleType
884
+ """
885
+ @BackendRendererUserData.setter
886
+ def BackendRendererUserData(self, arg0: typing_extensions.CapsuleType) -> None:
887
+ pass
888
+ @property
889
+ def ConfigDebugBeginReturnValueLoop(self) -> bool:
890
+ """
891
+ :type: bool
892
+ """
893
+ @ConfigDebugBeginReturnValueLoop.setter
894
+ def ConfigDebugBeginReturnValueLoop(self, arg0: bool) -> None:
895
+ pass
896
+ @property
897
+ def ConfigDebugBeginReturnValueOnce(self) -> bool:
898
+ """
899
+ :type: bool
900
+ """
901
+ @ConfigDebugBeginReturnValueOnce.setter
902
+ def ConfigDebugBeginReturnValueOnce(self, arg0: bool) -> None:
903
+ pass
904
+ @property
905
+ def ConfigDebugHighlightIdConflicts(self) -> bool:
906
+ """
907
+ :type: bool
908
+ """
909
+ @ConfigDebugHighlightIdConflicts.setter
910
+ def ConfigDebugHighlightIdConflicts(self, arg0: bool) -> None:
911
+ pass
912
+ @property
913
+ def ConfigDebugHighlightIdConflictsShowItemPicker(self) -> bool:
914
+ """
915
+ :type: bool
916
+ """
917
+ @ConfigDebugHighlightIdConflictsShowItemPicker.setter
918
+ def ConfigDebugHighlightIdConflictsShowItemPicker(self, arg0: bool) -> None:
919
+ pass
920
+ @property
921
+ def ConfigDebugIgnoreFocusLoss(self) -> bool:
922
+ """
923
+ :type: bool
924
+ """
925
+ @ConfigDebugIgnoreFocusLoss.setter
926
+ def ConfigDebugIgnoreFocusLoss(self, arg0: bool) -> None:
927
+ pass
928
+ @property
929
+ def ConfigDebugIniSettings(self) -> bool:
930
+ """
931
+ :type: bool
932
+ """
933
+ @ConfigDebugIniSettings.setter
934
+ def ConfigDebugIniSettings(self, arg0: bool) -> None:
935
+ pass
936
+ @property
937
+ def ConfigDebugIsDebuggerPresent(self) -> bool:
938
+ """
939
+ :type: bool
940
+ """
941
+ @ConfigDebugIsDebuggerPresent.setter
942
+ def ConfigDebugIsDebuggerPresent(self, arg0: bool) -> None:
943
+ pass
944
+ @property
945
+ def ConfigDragClickToInputText(self) -> bool:
946
+ """
947
+ :type: bool
948
+ """
949
+ @ConfigDragClickToInputText.setter
950
+ def ConfigDragClickToInputText(self, arg0: bool) -> None:
951
+ pass
952
+ @property
953
+ def ConfigErrorRecovery(self) -> bool:
954
+ """
955
+ :type: bool
956
+ """
957
+ @ConfigErrorRecovery.setter
958
+ def ConfigErrorRecovery(self, arg0: bool) -> None:
959
+ pass
960
+ @property
961
+ def ConfigErrorRecoveryEnableAssert(self) -> bool:
962
+ """
963
+ :type: bool
964
+ """
965
+ @ConfigErrorRecoveryEnableAssert.setter
966
+ def ConfigErrorRecoveryEnableAssert(self, arg0: bool) -> None:
967
+ pass
968
+ @property
969
+ def ConfigErrorRecoveryEnableDebugLog(self) -> bool:
970
+ """
971
+ :type: bool
972
+ """
973
+ @ConfigErrorRecoveryEnableDebugLog.setter
974
+ def ConfigErrorRecoveryEnableDebugLog(self, arg0: bool) -> None:
975
+ pass
976
+ @property
977
+ def ConfigErrorRecoveryEnableTooltip(self) -> bool:
978
+ """
979
+ :type: bool
980
+ """
981
+ @ConfigErrorRecoveryEnableTooltip.setter
982
+ def ConfigErrorRecoveryEnableTooltip(self, arg0: bool) -> None:
983
+ pass
984
+ @property
985
+ def ConfigFlags(self) -> int:
986
+ """
987
+ :type: int
988
+ """
989
+ @ConfigFlags.setter
990
+ def ConfigFlags(self, arg0: typing.SupportsInt) -> None:
991
+ pass
992
+ @property
993
+ def ConfigInputTextCursorBlink(self) -> bool:
994
+ """
995
+ :type: bool
996
+ """
997
+ @ConfigInputTextCursorBlink.setter
998
+ def ConfigInputTextCursorBlink(self, arg0: bool) -> None:
999
+ pass
1000
+ @property
1001
+ def ConfigInputTextEnterKeepActive(self) -> bool:
1002
+ """
1003
+ :type: bool
1004
+ """
1005
+ @ConfigInputTextEnterKeepActive.setter
1006
+ def ConfigInputTextEnterKeepActive(self, arg0: bool) -> None:
1007
+ pass
1008
+ @property
1009
+ def ConfigInputTrickleEventQueue(self) -> bool:
1010
+ """
1011
+ :type: bool
1012
+ """
1013
+ @ConfigInputTrickleEventQueue.setter
1014
+ def ConfigInputTrickleEventQueue(self, arg0: bool) -> None:
1015
+ pass
1016
+ @property
1017
+ def ConfigMacOSXBehaviors(self) -> bool:
1018
+ """
1019
+ :type: bool
1020
+ """
1021
+ @ConfigMacOSXBehaviors.setter
1022
+ def ConfigMacOSXBehaviors(self, arg0: bool) -> None:
1023
+ pass
1024
+ @property
1025
+ def ConfigMemoryCompactTimer(self) -> float:
1026
+ """
1027
+ :type: float
1028
+ """
1029
+ @ConfigMemoryCompactTimer.setter
1030
+ def ConfigMemoryCompactTimer(self, arg0: typing.SupportsFloat) -> None:
1031
+ pass
1032
+ @property
1033
+ def ConfigNavCaptureKeyboard(self) -> bool:
1034
+ """
1035
+ :type: bool
1036
+ """
1037
+ @ConfigNavCaptureKeyboard.setter
1038
+ def ConfigNavCaptureKeyboard(self, arg0: bool) -> None:
1039
+ pass
1040
+ @property
1041
+ def ConfigNavCursorVisibleAlways(self) -> bool:
1042
+ """
1043
+ :type: bool
1044
+ """
1045
+ @ConfigNavCursorVisibleAlways.setter
1046
+ def ConfigNavCursorVisibleAlways(self, arg0: bool) -> None:
1047
+ pass
1048
+ @property
1049
+ def ConfigNavCursorVisibleAuto(self) -> bool:
1050
+ """
1051
+ :type: bool
1052
+ """
1053
+ @ConfigNavCursorVisibleAuto.setter
1054
+ def ConfigNavCursorVisibleAuto(self, arg0: bool) -> None:
1055
+ pass
1056
+ @property
1057
+ def ConfigNavEscapeClearFocusItem(self) -> bool:
1058
+ """
1059
+ :type: bool
1060
+ """
1061
+ @ConfigNavEscapeClearFocusItem.setter
1062
+ def ConfigNavEscapeClearFocusItem(self, arg0: bool) -> None:
1063
+ pass
1064
+ @property
1065
+ def ConfigNavEscapeClearFocusWindow(self) -> bool:
1066
+ """
1067
+ :type: bool
1068
+ """
1069
+ @ConfigNavEscapeClearFocusWindow.setter
1070
+ def ConfigNavEscapeClearFocusWindow(self, arg0: bool) -> None:
1071
+ pass
1072
+ @property
1073
+ def ConfigNavMoveSetMousePos(self) -> bool:
1074
+ """
1075
+ :type: bool
1076
+ """
1077
+ @ConfigNavMoveSetMousePos.setter
1078
+ def ConfigNavMoveSetMousePos(self, arg0: bool) -> None:
1079
+ pass
1080
+ @property
1081
+ def ConfigNavSwapGamepadButtons(self) -> bool:
1082
+ """
1083
+ :type: bool
1084
+ """
1085
+ @ConfigNavSwapGamepadButtons.setter
1086
+ def ConfigNavSwapGamepadButtons(self, arg0: bool) -> None:
1087
+ pass
1088
+ @property
1089
+ def ConfigScrollbarScrollByPage(self) -> bool:
1090
+ """
1091
+ :type: bool
1092
+ """
1093
+ @ConfigScrollbarScrollByPage.setter
1094
+ def ConfigScrollbarScrollByPage(self, arg0: bool) -> None:
1095
+ pass
1096
+ @property
1097
+ def ConfigWindowsCopyContentsWithCtrlC(self) -> bool:
1098
+ """
1099
+ :type: bool
1100
+ """
1101
+ @ConfigWindowsCopyContentsWithCtrlC.setter
1102
+ def ConfigWindowsCopyContentsWithCtrlC(self, arg0: bool) -> None:
1103
+ pass
1104
+ @property
1105
+ def ConfigWindowsMoveFromTitleBarOnly(self) -> bool:
1106
+ """
1107
+ :type: bool
1108
+ """
1109
+ @ConfigWindowsMoveFromTitleBarOnly.setter
1110
+ def ConfigWindowsMoveFromTitleBarOnly(self, arg0: bool) -> None:
1111
+ pass
1112
+ @property
1113
+ def ConfigWindowsResizeFromEdges(self) -> bool:
1114
+ """
1115
+ :type: bool
1116
+ """
1117
+ @ConfigWindowsResizeFromEdges.setter
1118
+ def ConfigWindowsResizeFromEdges(self, arg0: bool) -> None:
1119
+ pass
1120
+ @property
1121
+ def DeltaTime(self) -> float:
1122
+ """
1123
+ :type: float
1124
+ """
1125
+ @DeltaTime.setter
1126
+ def DeltaTime(self, arg0: typing.SupportsFloat) -> None:
1127
+ pass
1128
+ @property
1129
+ def DisplayFramebufferScale(self) -> Vec2:
1130
+ """
1131
+ :type: Vec2
1132
+ """
1133
+ @DisplayFramebufferScale.setter
1134
+ def DisplayFramebufferScale(self, arg0: Vec2) -> None:
1135
+ pass
1136
+ @property
1137
+ def DisplaySize(self) -> Vec2:
1138
+ """
1139
+ :type: Vec2
1140
+ """
1141
+ @DisplaySize.setter
1142
+ def DisplaySize(self, arg0: Vec2) -> None:
1143
+ pass
1144
+ @property
1145
+ def FontAllowUserScaling(self) -> bool:
1146
+ """
1147
+ :type: bool
1148
+ """
1149
+ @FontAllowUserScaling.setter
1150
+ def FontAllowUserScaling(self, arg0: bool) -> None:
1151
+ pass
1152
+ @property
1153
+ def FontDefault(self) -> ImFont:
1154
+ """
1155
+ :type: ImFont
1156
+ """
1157
+ @FontDefault.setter
1158
+ def FontDefault(self, arg0: ImFont) -> None:
1159
+ pass
1160
+ @property
1161
+ def Fonts(self) -> ImFontAtlas:
1162
+ """
1163
+ :type: ImFontAtlas
1164
+ """
1165
+ @Fonts.setter
1166
+ def Fonts(self, arg0: ImFontAtlas) -> None:
1167
+ pass
1168
+ @property
1169
+ def Framerate(self) -> float:
1170
+ """
1171
+ :type: float
1172
+ """
1173
+ @property
1174
+ def IniFilename(self) -> str:
1175
+ """
1176
+ :type: str
1177
+ """
1178
+ @IniFilename.setter
1179
+ def IniFilename(self, arg0: str) -> None:
1180
+ pass
1181
+ @property
1182
+ def IniSavingRate(self) -> float:
1183
+ """
1184
+ :type: float
1185
+ """
1186
+ @IniSavingRate.setter
1187
+ def IniSavingRate(self, arg0: typing.SupportsFloat) -> None:
1188
+ pass
1189
+ @property
1190
+ def InputQueueSurrogate(self) -> int:
1191
+ """
1192
+ :type: int
1193
+ """
1194
+ @InputQueueSurrogate.setter
1195
+ def InputQueueSurrogate(self, arg0: typing.SupportsInt) -> None:
1196
+ pass
1197
+ @property
1198
+ def KeyAlt(self) -> bool:
1199
+ """
1200
+ :type: bool
1201
+ """
1202
+ @KeyAlt.setter
1203
+ def KeyAlt(self, arg0: bool) -> None:
1204
+ pass
1205
+ @property
1206
+ def KeyCtrl(self) -> bool:
1207
+ """
1208
+ :type: bool
1209
+ """
1210
+ @KeyCtrl.setter
1211
+ def KeyCtrl(self, arg0: bool) -> None:
1212
+ pass
1213
+ @property
1214
+ def KeyMods(self) -> int:
1215
+ """
1216
+ :type: int
1217
+ """
1218
+ @KeyMods.setter
1219
+ def KeyMods(self, arg0: typing.SupportsInt) -> None:
1220
+ pass
1221
+ @property
1222
+ def KeyRepeatDelay(self) -> float:
1223
+ """
1224
+ :type: float
1225
+ """
1226
+ @KeyRepeatDelay.setter
1227
+ def KeyRepeatDelay(self, arg0: typing.SupportsFloat) -> None:
1228
+ pass
1229
+ @property
1230
+ def KeyRepeatRate(self) -> float:
1231
+ """
1232
+ :type: float
1233
+ """
1234
+ @KeyRepeatRate.setter
1235
+ def KeyRepeatRate(self, arg0: typing.SupportsFloat) -> None:
1236
+ pass
1237
+ @property
1238
+ def KeyShift(self) -> bool:
1239
+ """
1240
+ :type: bool
1241
+ """
1242
+ @KeyShift.setter
1243
+ def KeyShift(self, arg0: bool) -> None:
1244
+ pass
1245
+ @property
1246
+ def KeySuper(self) -> bool:
1247
+ """
1248
+ :type: bool
1249
+ """
1250
+ @KeySuper.setter
1251
+ def KeySuper(self, arg0: bool) -> None:
1252
+ pass
1253
+ @property
1254
+ def LogFilename(self) -> str:
1255
+ """
1256
+ :type: str
1257
+ """
1258
+ @LogFilename.setter
1259
+ def LogFilename(self, arg0: str) -> None:
1260
+ pass
1261
+ @property
1262
+ def MetricsActiveWindows(self) -> int:
1263
+ """
1264
+ :type: int
1265
+ """
1266
+ @property
1267
+ def MetricsRenderIndices(self) -> int:
1268
+ """
1269
+ :type: int
1270
+ """
1271
+ @property
1272
+ def MetricsRenderVertices(self) -> int:
1273
+ """
1274
+ :type: int
1275
+ """
1276
+ @property
1277
+ def MetricsRenderWindows(self) -> int:
1278
+ """
1279
+ :type: int
1280
+ """
1281
+ @property
1282
+ def MouseClicked(self) -> ListWrapperBool:
1283
+ """
1284
+ :type: ListWrapperBool
1285
+ """
1286
+ @property
1287
+ def MouseClickedCount(self) -> ListWrapper<unsigned short>:
1288
+ """
1289
+ :type: ListWrapper<unsigned short>
1290
+ """
1291
+ @property
1292
+ def MouseClickedLastCount(self) -> ListWrapper<unsigned short>:
1293
+ """
1294
+ :type: ListWrapper<unsigned short>
1295
+ """
1296
+ @property
1297
+ def MouseClickedPos(self) -> ListWrapperImVec2:
1298
+ """
1299
+ :type: ListWrapperImVec2
1300
+ """
1301
+ @property
1302
+ def MouseClickedTime(self) -> ListWrapperDouble:
1303
+ """
1304
+ :type: ListWrapperDouble
1305
+ """
1306
+ @property
1307
+ def MouseCtrlLeftAsRightClick(self) -> bool:
1308
+ """
1309
+ :type: bool
1310
+ """
1311
+ @MouseCtrlLeftAsRightClick.setter
1312
+ def MouseCtrlLeftAsRightClick(self, arg0: bool) -> None:
1313
+ pass
1314
+ @property
1315
+ def MouseDelta(self) -> Vec2:
1316
+ """
1317
+ :type: Vec2
1318
+ """
1319
+ @property
1320
+ def MouseDoubleClickMaxDist(self) -> float:
1321
+ """
1322
+ :type: float
1323
+ """
1324
+ @MouseDoubleClickMaxDist.setter
1325
+ def MouseDoubleClickMaxDist(self, arg0: typing.SupportsFloat) -> None:
1326
+ pass
1327
+ @property
1328
+ def MouseDoubleClickTime(self) -> float:
1329
+ """
1330
+ :type: float
1331
+ """
1332
+ @MouseDoubleClickTime.setter
1333
+ def MouseDoubleClickTime(self, arg0: typing.SupportsFloat) -> None:
1334
+ pass
1335
+ @property
1336
+ def MouseDoubleClicked(self) -> ListWrapperBool:
1337
+ """
1338
+ :type: ListWrapperBool
1339
+ """
1340
+ @property
1341
+ def MouseDown(self) -> ListWrapperBool:
1342
+ """
1343
+ :type: ListWrapperBool
1344
+ """
1345
+ @property
1346
+ def MouseDownDuration(self) -> ListWrapper<float>:
1347
+ """
1348
+ :type: ListWrapper<float>
1349
+ """
1350
+ @property
1351
+ def MouseDownDurationPrev(self) -> ListWrapper<float>:
1352
+ """
1353
+ :type: ListWrapper<float>
1354
+ """
1355
+ @property
1356
+ def MouseDownOwned(self) -> ListWrapperBool:
1357
+ """
1358
+ :type: ListWrapperBool
1359
+ """
1360
+ @property
1361
+ def MouseDownOwnedUnlessPopupClose(self) -> ListWrapperBool:
1362
+ """
1363
+ :type: ListWrapperBool
1364
+ """
1365
+ @property
1366
+ def MouseDragMaxDistanceSqr(self) -> ListWrapper<float>:
1367
+ """
1368
+ :type: ListWrapper<float>
1369
+ """
1370
+ @property
1371
+ def MouseDragThreshold(self) -> float:
1372
+ """
1373
+ :type: float
1374
+ """
1375
+ @MouseDragThreshold.setter
1376
+ def MouseDragThreshold(self, arg0: typing.SupportsFloat) -> None:
1377
+ pass
1378
+ @property
1379
+ def MouseDrawCursor(self) -> bool:
1380
+ """
1381
+ :type: bool
1382
+ """
1383
+ @MouseDrawCursor.setter
1384
+ def MouseDrawCursor(self, arg0: bool) -> None:
1385
+ pass
1386
+ @property
1387
+ def MousePos(self) -> Vec2:
1388
+ """
1389
+ :type: Vec2
1390
+ """
1391
+ @MousePos.setter
1392
+ def MousePos(self, arg0: Vec2) -> None:
1393
+ pass
1394
+ @property
1395
+ def MousePosPrev(self) -> Vec2:
1396
+ """
1397
+ :type: Vec2
1398
+ """
1399
+ @MousePosPrev.setter
1400
+ def MousePosPrev(self, arg0: Vec2) -> None:
1401
+ pass
1402
+ @property
1403
+ def MouseReleased(self) -> ListWrapperBool:
1404
+ """
1405
+ :type: ListWrapperBool
1406
+ """
1407
+ @property
1408
+ def MouseWheel(self) -> float:
1409
+ """
1410
+ :type: float
1411
+ """
1412
+ @MouseWheel.setter
1413
+ def MouseWheel(self, arg0: typing.SupportsFloat) -> None:
1414
+ pass
1415
+ @property
1416
+ def MouseWheelH(self) -> float:
1417
+ """
1418
+ :type: float
1419
+ """
1420
+ @MouseWheelH.setter
1421
+ def MouseWheelH(self, arg0: typing.SupportsFloat) -> None:
1422
+ pass
1423
+ @property
1424
+ def MouseWheelRequestAxisSwap(self) -> bool:
1425
+ """
1426
+ :type: bool
1427
+ """
1428
+ @MouseWheelRequestAxisSwap.setter
1429
+ def MouseWheelRequestAxisSwap(self, arg0: bool) -> None:
1430
+ pass
1431
+ @property
1432
+ def NavActive(self) -> bool:
1433
+ """
1434
+ :type: bool
1435
+ """
1436
+ @property
1437
+ def NavVisible(self) -> bool:
1438
+ """
1439
+ :type: bool
1440
+ """
1441
+ @property
1442
+ def PenPressure(self) -> float:
1443
+ """
1444
+ :type: float
1445
+ """
1446
+ @PenPressure.setter
1447
+ def PenPressure(self, arg0: typing.SupportsFloat) -> None:
1448
+ pass
1449
+ @property
1450
+ def WantCaptureKeyboard(self) -> bool:
1451
+ """
1452
+ :type: bool
1453
+ """
1454
+ @WantCaptureKeyboard.setter
1455
+ def WantCaptureKeyboard(self, arg0: bool) -> None:
1456
+ pass
1457
+ @property
1458
+ def WantCaptureMouse(self) -> bool:
1459
+ """
1460
+ :type: bool
1461
+ """
1462
+ @WantCaptureMouse.setter
1463
+ def WantCaptureMouse(self, arg0: bool) -> None:
1464
+ pass
1465
+ @property
1466
+ def WantCaptureMouseUnlessPopupClose(self) -> bool:
1467
+ """
1468
+ :type: bool
1469
+ """
1470
+ @WantCaptureMouseUnlessPopupClose.setter
1471
+ def WantCaptureMouseUnlessPopupClose(self, arg0: bool) -> None:
1472
+ pass
1473
+ @property
1474
+ def WantSaveIniSettings(self) -> bool:
1475
+ """
1476
+ :type: bool
1477
+ """
1478
+ @WantSaveIniSettings.setter
1479
+ def WantSaveIniSettings(self, arg0: bool) -> None:
1480
+ pass
1481
+ @property
1482
+ def WantSetMousePos(self) -> bool:
1483
+ """
1484
+ :type: bool
1485
+ """
1486
+ @WantSetMousePos.setter
1487
+ def WantSetMousePos(self, arg0: bool) -> None:
1488
+ pass
1489
+ @property
1490
+ def WantTextInput(self) -> bool:
1491
+ """
1492
+ :type: bool
1493
+ """
1494
+ @WantTextInput.setter
1495
+ def WantTextInput(self, arg0: bool) -> None:
1496
+ pass
1497
+ pass
1498
+ class ImDrawList():
1499
+ def AddBezierCubic(self, p1: Vec2, p2: Vec2, p3: Vec2, p4: Vec2, col: typing.SupportsInt, thickness: typing.SupportsFloat, num_segments: typing.SupportsInt = 0) -> None: ...
1500
+ def AddBezierQuadratic(self, p1: Vec2, p2: Vec2, p3: Vec2, col: typing.SupportsInt, thickness: typing.SupportsFloat, num_segments: typing.SupportsInt = 0) -> None: ...
1501
+ def AddCircle(self, center: Vec2, radius: typing.SupportsFloat, col: typing.SupportsInt, num_segments: typing.SupportsInt = 0, thickness: typing.SupportsFloat = 1.0) -> None: ...
1502
+ def AddCircleFilled(self, center: Vec2, radius: typing.SupportsFloat, col: typing.SupportsInt, num_segments: typing.SupportsInt = 0) -> None: ...
1503
+ def AddConcavePolyFilled(self, arg0: Vec2List, arg1: typing.SupportsInt) -> None: ...
1504
+ def AddConvexPolyFilled(self, points: Vec2List, col: typing.SupportsInt) -> None: ...
1505
+ def AddEllipse(self, center: Vec2, radius: Vec2, col: typing.SupportsInt, rot: typing.SupportsFloat = 0.0, num_segments: typing.SupportsInt = 0, thickness: typing.SupportsFloat = 1.0) -> None: ...
1506
+ def AddEllipseFilled(self, center: Vec2, radius: Vec2, col: typing.SupportsInt, rot: typing.SupportsFloat = 0.0, num_segments: typing.SupportsInt = 0) -> None: ...
1507
+ def AddImage(self, user_texture_id: Texture, p_min: Vec2, p_max: Vec2, uv_min: Vec2 = Vec2(0, 0), uv_max: Vec2 = Vec2(1, 1), col: typing.SupportsInt = 4294967295) -> None: ...
1508
+ def AddImageQuad(self, user_texture_id: Texture, p1: Vec2, p2: Vec2, p3: Vec2, p4: Vec2, uv1: Vec2 = Vec2(0, 0), uv2: Vec2 = Vec2(1, 0), uv3: Vec2 = Vec2(0, 1), uv4: Vec2 = Vec2(1, 1), col: typing.SupportsInt = 4294967295) -> None: ...
1509
+ def AddImageRounded(self, user_texture_id: Texture, p_min: Vec2, p_max: Vec2, uv_min: Vec2, uv_max: Vec2, col: typing.SupportsInt, rounding: typing.SupportsFloat, flags: typing.SupportsInt = 0) -> None: ...
1510
+ def AddLine(self, p1: Vec2, p2: Vec2, col: typing.SupportsInt, thickness: typing.SupportsFloat = 1.0) -> None: ...
1511
+ def AddNgon(self, center: Vec2, radius: typing.SupportsFloat, col: typing.SupportsInt, num_segments: typing.SupportsInt, thickness: typing.SupportsFloat = 1.0) -> None: ...
1512
+ def AddNgonFilled(self, center: Vec2, radius: typing.SupportsFloat, col: typing.SupportsInt, num_segments: typing.SupportsInt) -> None: ...
1513
+ def AddPolyline(self, points: Vec2List, col: typing.SupportsInt, flags: typing.SupportsInt, thickness: typing.SupportsFloat) -> None: ...
1514
+ def AddQuad(self, p1: Vec2, p2: Vec2, p3: Vec2, p4: Vec2, col: typing.SupportsInt, thickness: typing.SupportsFloat = 1.0) -> None: ...
1515
+ def AddQuadFilled(self, p1: Vec2, p2: Vec2, p3: Vec2, p4: Vec2, col: typing.SupportsInt) -> None: ...
1516
+ def AddRect(self, p_min: Vec2, p_max: Vec2, col: typing.SupportsInt, rounding: typing.SupportsFloat = 0.0, flags: typing.SupportsInt = 0, thickness: typing.SupportsFloat = 1.0) -> None: ...
1517
+ def AddRectFilled(self, p_min: Vec2, p_max: Vec2, col: typing.SupportsInt, rounding: typing.SupportsFloat, flags: typing.SupportsInt = 0) -> None: ...
1518
+ def AddRectFilledMultiColor(self, p_min: Vec2, p_max: Vec2, col_upr_left: typing.SupportsInt, col_upr_right: typing.SupportsInt, col_bot_right: typing.SupportsInt, col_bot_left: typing.SupportsInt) -> None: ...
1519
+ def AddText(self, pos: Vec2, col: typing.SupportsInt, text: str, font: typing.Optional[ImFont] = None, font_size: typing.SupportsFloat = 1.0, wrap_width: typing.SupportsFloat = 0.0, cpu_fine_clip_rect: typing.Optional[Vec4] = None) -> None: ...
1520
+ def AddTriangle(self, p1: Vec2, p2: Vec2, p3: Vec2, col: typing.SupportsInt, thickness: typing.SupportsFloat = 1.0) -> None: ...
1521
+ def AddTriangleFilled(self, p1: Vec2, p2: Vec2, p3: Vec2, col: typing.SupportsInt) -> None: ...
1522
+ def ChannelsMerge(self) -> None: ...
1523
+ def ChannelsSetCurrent(self, n: typing.SupportsInt) -> None: ...
1524
+ def ChannelsSplit(self, count: typing.SupportsInt) -> None: ...
1525
+ def PathArcTo(self, center: Vec2, radius: typing.SupportsFloat, a_min: typing.SupportsFloat, a_max: typing.SupportsFloat, num_segments: typing.SupportsInt = 0) -> None: ...
1526
+ def PathArcToFast(self, center: Vec2, radius: typing.SupportsFloat, a_min_of_12: typing.SupportsInt, a_max_of_12: typing.SupportsInt) -> None: ...
1527
+ def PathBezierCubicCurveTo(self, p2: Vec2, p3: Vec2, p4: Vec2, num_segments: typing.SupportsInt = 0) -> None: ...
1528
+ def PathBezierQuadraticCurveTo(self, p2: Vec2, p3: Vec2, num_segments: typing.SupportsInt = 0) -> None: ...
1529
+ def PathClear(self) -> None: ...
1530
+ def PathEllipticalArcTo(self, center: Vec2, radius: Vec2, rot: typing.SupportsFloat, a_min: typing.SupportsFloat, a_max: typing.SupportsFloat, num_segments: typing.SupportsInt = 0) -> None: ...
1531
+ def PathFillConcave(self, col: typing.SupportsInt) -> None: ...
1532
+ def PathFillConvex(self, col: typing.SupportsInt) -> None: ...
1533
+ def PathLineTo(self, pos: Vec2) -> None: ...
1534
+ def PathLineToMergeDuplicate(self, pos: Vec2) -> None: ...
1535
+ def PathRect(self, rect_min: Vec2, rect_max: Vec2, rounding: typing.SupportsFloat = 0.0, flags: typing.SupportsInt = 0) -> None: ...
1536
+ def PathStroke(self, col: typing.SupportsInt, flags: typing.SupportsInt = 0, thickness: typing.SupportsFloat = 1.0) -> None: ...
1537
+ def PopClipRect(self) -> None: ...
1538
+ def PopTexture(self) -> None: ...
1539
+ def PushClipRect(self, clip_rect_min: Vec2, clip_rect_max: Vec2, intersect_with_current_clip_rect: bool = False) -> None: ...
1540
+ def PushClipRectFullScreen(self) -> None: ...
1541
+ def PushTexture(self, arg0: ImTextureRef) -> None: ...
1542
+ @property
1543
+ def Flags(self) -> int:
1544
+ """
1545
+ :type: int
1546
+ """
1547
+ @Flags.setter
1548
+ def Flags(self, arg0: typing.SupportsInt) -> None:
1549
+ pass
1550
+ pass
1551
+ class ImFont():
1552
+ def CalcTextSizeA(self, size: typing.SupportsFloat, text: str, max_width: typing.SupportsFloat, wrap_width: typing.SupportsFloat) -> Vec2: ...
1553
+ def CalcWordWrapPosition(self, size: typing.SupportsFloat, text: str, wrap_width: typing.SupportsFloat) -> str: ...
1554
+ def GetDebugName(self) -> str: ...
1555
+ def GetFontBaked(self, font_size: typing.SupportsFloat, density: typing.SupportsFloat = -1.0) -> ImFontBaked: ...
1556
+ def IsGlyphInFont(self, c: typing.SupportsInt) -> bool: ...
1557
+ def IsLoaded(self) -> bool: ...
1558
+ @property
1559
+ def EllipsisChar(self) -> int:
1560
+ """
1561
+ :type: int
1562
+ """
1563
+ @property
1564
+ def FallbackChar(self) -> int:
1565
+ """
1566
+ :type: int
1567
+ """
1568
+ @property
1569
+ def LegacySize(self) -> float:
1570
+ """
1571
+ :type: float
1572
+ """
1573
+ pass
1574
+ class ImFontAtlas():
1575
+ def AddCustomRect(self, width: typing.SupportsInt, height: typing.SupportsInt, out_r: typing.Optional[ImFontAtlasRect] = None) -> int: ...
1576
+ def AddFont(self, font_cfg: ImFontConfig) -> ImFont: ...
1577
+ def AddFontDefault(self, font_cfg: typing.Optional[ImFontConfig] = None) -> ImFont: ...
1578
+ def AddFontFromFileTTF(self, filename: str, size_pixels: typing.SupportsFloat, font_cfg: typing.Optional[ImFontConfig] = None, glyph_ranges: typing.Optional[WCharList] = None) -> ImFont: ...
1579
+ def Clear(self) -> None: ...
1580
+ def ClearFonts(self) -> None: ...
1581
+ def ClearInputData(self) -> None: ...
1582
+ def ClearTexData(self) -> None: ...
1583
+ def CompactCache(self) -> None: ...
1584
+ def GetCustomRect(self, id: typing.SupportsInt, out_r: ImFontAtlasRect) -> bool: ...
1585
+ def GetGlyphRangesDefault(self) -> int: ...
1586
+ def RemoveCustomRect(self, id: typing.SupportsInt) -> None: ...
1587
+ def RemoveFont(self, font: ImFont) -> None: ...
1588
+ @property
1589
+ def Flags(self) -> int:
1590
+ """
1591
+ :type: int
1592
+ """
1593
+ @Flags.setter
1594
+ def Flags(self, arg0: typing.SupportsInt) -> None:
1595
+ pass
1596
+ @property
1597
+ def TexDesiredFormat(self) -> ImTextureFormat:
1598
+ """
1599
+ :type: ImTextureFormat
1600
+ """
1601
+ @TexDesiredFormat.setter
1602
+ def TexDesiredFormat(self, arg0: ImTextureFormat) -> None:
1603
+ pass
1604
+ @property
1605
+ def TexGlyphPadding(self) -> int:
1606
+ """
1607
+ :type: int
1608
+ """
1609
+ @TexGlyphPadding.setter
1610
+ def TexGlyphPadding(self, arg0: typing.SupportsInt) -> None:
1611
+ pass
1612
+ @property
1613
+ def TexMaxHeight(self) -> int:
1614
+ """
1615
+ :type: int
1616
+ """
1617
+ @TexMaxHeight.setter
1618
+ def TexMaxHeight(self, arg0: typing.SupportsInt) -> None:
1619
+ pass
1620
+ @property
1621
+ def TexMaxWidth(self) -> int:
1622
+ """
1623
+ :type: int
1624
+ """
1625
+ @TexMaxWidth.setter
1626
+ def TexMaxWidth(self, arg0: typing.SupportsInt) -> None:
1627
+ pass
1628
+ @property
1629
+ def TexMinHeight(self) -> int:
1630
+ """
1631
+ :type: int
1632
+ """
1633
+ @TexMinHeight.setter
1634
+ def TexMinHeight(self, arg0: typing.SupportsInt) -> None:
1635
+ pass
1636
+ @property
1637
+ def TexMinWidth(self) -> int:
1638
+ """
1639
+ :type: int
1640
+ """
1641
+ @TexMinWidth.setter
1642
+ def TexMinWidth(self, arg0: typing.SupportsInt) -> None:
1643
+ pass
1644
+ @property
1645
+ def TexRef(self) -> ImTextureRef:
1646
+ """
1647
+ :type: ImTextureRef
1648
+ """
1649
+ pass
1650
+ class ImFontAtlasRect():
1651
+ def __init__(self) -> None: ...
1652
+ @property
1653
+ def h(self) -> int:
1654
+ """
1655
+ :type: int
1656
+ """
1657
+ @property
1658
+ def uv0(self) -> Vec2:
1659
+ """
1660
+ :type: Vec2
1661
+ """
1662
+ @property
1663
+ def uv1(self) -> Vec2:
1664
+ """
1665
+ :type: Vec2
1666
+ """
1667
+ @property
1668
+ def w(self) -> int:
1669
+ """
1670
+ :type: int
1671
+ """
1672
+ @property
1673
+ def x(self) -> int:
1674
+ """
1675
+ :type: int
1676
+ """
1677
+ @property
1678
+ def y(self) -> int:
1679
+ """
1680
+ :type: int
1681
+ """
1682
+ pass
1683
+ class ImFontBaked():
1684
+ def FindGlyph(self, c: typing.SupportsInt) -> ImFontGlyph: ...
1685
+ def FindGlyphNoFallback(self, c: typing.SupportsInt) -> ImFontGlyph: ...
1686
+ def GetCharAdvance(self, c: typing.SupportsInt) -> float: ...
1687
+ def IsGlyphLoaded(self, arg0: typing.SupportsInt) -> bool: ...
1688
+ pass
1689
+ class ImFontConfig():
1690
+ def __init__(self) -> None: ...
1691
+ @property
1692
+ def EllipsisChar(self) -> int:
1693
+ """
1694
+ :type: int
1695
+ """
1696
+ @EllipsisChar.setter
1697
+ def EllipsisChar(self, arg0: typing.SupportsInt) -> None:
1698
+ pass
1699
+ @property
1700
+ def FontDataOwnedByAtlas(self) -> bool:
1701
+ """
1702
+ :type: bool
1703
+ """
1704
+ @FontDataOwnedByAtlas.setter
1705
+ def FontDataOwnedByAtlas(self, arg0: bool) -> None:
1706
+ pass
1707
+ @property
1708
+ def FontDataSize(self) -> int:
1709
+ """
1710
+ :type: int
1711
+ """
1712
+ @FontDataSize.setter
1713
+ def FontDataSize(self, arg0: typing.SupportsInt) -> None:
1714
+ pass
1715
+ @property
1716
+ def FontLoaderFlags(self) -> int:
1717
+ """
1718
+ :type: int
1719
+ """
1720
+ @FontLoaderFlags.setter
1721
+ def FontLoaderFlags(self, arg0: typing.SupportsInt) -> None:
1722
+ pass
1723
+ @property
1724
+ def FontNo(self) -> int:
1725
+ """
1726
+ :type: int
1727
+ """
1728
+ @FontNo.setter
1729
+ def FontNo(self, arg0: typing.SupportsInt) -> None:
1730
+ pass
1731
+ @property
1732
+ def GlyphExtraAdvanceX(self) -> float:
1733
+ """
1734
+ :type: float
1735
+ """
1736
+ @GlyphExtraAdvanceX.setter
1737
+ def GlyphExtraAdvanceX(self, arg0: typing.SupportsFloat) -> None:
1738
+ pass
1739
+ @property
1740
+ def GlyphMaxAdvanceX(self) -> float:
1741
+ """
1742
+ :type: float
1743
+ """
1744
+ @GlyphMaxAdvanceX.setter
1745
+ def GlyphMaxAdvanceX(self, arg0: typing.SupportsFloat) -> None:
1746
+ pass
1747
+ @property
1748
+ def GlyphMinAdvanceX(self) -> float:
1749
+ """
1750
+ :type: float
1751
+ """
1752
+ @GlyphMinAdvanceX.setter
1753
+ def GlyphMinAdvanceX(self, arg0: typing.SupportsFloat) -> None:
1754
+ pass
1755
+ @property
1756
+ def GlyphOffset(self) -> Vec2:
1757
+ """
1758
+ :type: Vec2
1759
+ """
1760
+ @GlyphOffset.setter
1761
+ def GlyphOffset(self, arg0: Vec2) -> None:
1762
+ pass
1763
+ @property
1764
+ def MergeMode(self) -> bool:
1765
+ """
1766
+ :type: bool
1767
+ """
1768
+ @MergeMode.setter
1769
+ def MergeMode(self, arg0: bool) -> None:
1770
+ pass
1771
+ @property
1772
+ def OversampleH(self) -> int:
1773
+ """
1774
+ :type: int
1775
+ """
1776
+ @OversampleH.setter
1777
+ def OversampleH(self, arg0: typing.SupportsInt) -> None:
1778
+ pass
1779
+ @property
1780
+ def OversampleV(self) -> int:
1781
+ """
1782
+ :type: int
1783
+ """
1784
+ @OversampleV.setter
1785
+ def OversampleV(self, arg0: typing.SupportsInt) -> None:
1786
+ pass
1787
+ @property
1788
+ def PixelSnapH(self) -> bool:
1789
+ """
1790
+ :type: bool
1791
+ """
1792
+ @PixelSnapH.setter
1793
+ def PixelSnapH(self, arg0: bool) -> None:
1794
+ pass
1795
+ @property
1796
+ def PixelSnapV(self) -> bool:
1797
+ """
1798
+ :type: bool
1799
+ """
1800
+ @PixelSnapV.setter
1801
+ def PixelSnapV(self, arg0: bool) -> None:
1802
+ pass
1803
+ @property
1804
+ def RasterizerDensity(self) -> float:
1805
+ """
1806
+ :type: float
1807
+ """
1808
+ @RasterizerDensity.setter
1809
+ def RasterizerDensity(self, arg0: typing.SupportsFloat) -> None:
1810
+ pass
1811
+ @property
1812
+ def RasterizerMultiply(self) -> float:
1813
+ """
1814
+ :type: float
1815
+ """
1816
+ @RasterizerMultiply.setter
1817
+ def RasterizerMultiply(self, arg0: typing.SupportsFloat) -> None:
1818
+ pass
1819
+ @property
1820
+ def SizePixels(self) -> float:
1821
+ """
1822
+ :type: float
1823
+ """
1824
+ @SizePixels.setter
1825
+ def SizePixels(self, arg0: typing.SupportsFloat) -> None:
1826
+ pass
1827
+ pass
1828
+ class ImFontGlyph():
1829
+ @property
1830
+ def AdvanceX(self) -> float:
1831
+ """
1832
+ :type: float
1833
+ """
1834
+ @AdvanceX.setter
1835
+ def AdvanceX(self, arg0: typing.SupportsFloat) -> None:
1836
+ pass
1837
+ @property
1838
+ def Codepoint(self) -> int:
1839
+ """
1840
+ :type: int
1841
+ """
1842
+ @Codepoint.setter
1843
+ def Codepoint(self, arg1: typing.SupportsInt) -> None:
1844
+ pass
1845
+ @property
1846
+ def Colored(self) -> int:
1847
+ """
1848
+ :type: int
1849
+ """
1850
+ @Colored.setter
1851
+ def Colored(self, arg1: typing.SupportsInt) -> None:
1852
+ pass
1853
+ @property
1854
+ def U0(self) -> float:
1855
+ """
1856
+ :type: float
1857
+ """
1858
+ @U0.setter
1859
+ def U0(self, arg0: typing.SupportsFloat) -> None:
1860
+ pass
1861
+ @property
1862
+ def U1(self) -> float:
1863
+ """
1864
+ :type: float
1865
+ """
1866
+ @U1.setter
1867
+ def U1(self, arg0: typing.SupportsFloat) -> None:
1868
+ pass
1869
+ @property
1870
+ def V0(self) -> float:
1871
+ """
1872
+ :type: float
1873
+ """
1874
+ @V0.setter
1875
+ def V0(self, arg0: typing.SupportsFloat) -> None:
1876
+ pass
1877
+ @property
1878
+ def V1(self) -> float:
1879
+ """
1880
+ :type: float
1881
+ """
1882
+ @V1.setter
1883
+ def V1(self, arg0: typing.SupportsFloat) -> None:
1884
+ pass
1885
+ @property
1886
+ def Visible(self) -> int:
1887
+ """
1888
+ :type: int
1889
+ """
1890
+ @Visible.setter
1891
+ def Visible(self, arg1: typing.SupportsInt) -> None:
1892
+ pass
1893
+ @property
1894
+ def X0(self) -> float:
1895
+ """
1896
+ :type: float
1897
+ """
1898
+ @X0.setter
1899
+ def X0(self, arg0: typing.SupportsFloat) -> None:
1900
+ pass
1901
+ @property
1902
+ def X1(self) -> float:
1903
+ """
1904
+ :type: float
1905
+ """
1906
+ @X1.setter
1907
+ def X1(self, arg0: typing.SupportsFloat) -> None:
1908
+ pass
1909
+ @property
1910
+ def Y0(self) -> float:
1911
+ """
1912
+ :type: float
1913
+ """
1914
+ @Y0.setter
1915
+ def Y0(self, arg0: typing.SupportsFloat) -> None:
1916
+ pass
1917
+ @property
1918
+ def Y1(self) -> float:
1919
+ """
1920
+ :type: float
1921
+ """
1922
+ @Y1.setter
1923
+ def Y1(self, arg0: typing.SupportsFloat) -> None:
1924
+ pass
1925
+ pass
1926
+ class ImKey():
1927
+ """
1928
+ Members:
1929
+
1930
+ None_
1931
+
1932
+ Tab
1933
+
1934
+ LeftArrow
1935
+
1936
+ RightArrow
1937
+
1938
+ UpArrow
1939
+
1940
+ DownArrow
1941
+
1942
+ PageUp
1943
+
1944
+ PageDown
1945
+
1946
+ Home
1947
+
1948
+ End
1949
+
1950
+ Insert
1951
+
1952
+ Delete
1953
+
1954
+ Backspace
1955
+
1956
+ Space
1957
+
1958
+ Enter
1959
+
1960
+ Escape
1961
+
1962
+ LeftCtrl
1963
+
1964
+ LeftShift
1965
+
1966
+ LeftAlt
1967
+
1968
+ LeftSuper
1969
+
1970
+ RightCtrl
1971
+
1972
+ RightShift
1973
+
1974
+ RightAlt
1975
+
1976
+ RightSuper
1977
+
1978
+ Menu
1979
+
1980
+ _0
1981
+
1982
+ _1
1983
+
1984
+ _2
1985
+
1986
+ _3
1987
+
1988
+ _4
1989
+
1990
+ _5
1991
+
1992
+ _6
1993
+
1994
+ _7
1995
+
1996
+ _8
1997
+
1998
+ _9
1999
+
2000
+ A
2001
+
2002
+ B
2003
+
2004
+ C
2005
+
2006
+ D
2007
+
2008
+ E
2009
+
2010
+ F
2011
+
2012
+ G
2013
+
2014
+ H
2015
+
2016
+ I
2017
+
2018
+ J
2019
+
2020
+ K
2021
+
2022
+ L
2023
+
2024
+ M
2025
+
2026
+ N
2027
+
2028
+ O
2029
+
2030
+ P
2031
+
2032
+ Q
2033
+
2034
+ R
2035
+
2036
+ S
2037
+
2038
+ T
2039
+
2040
+ U
2041
+
2042
+ V
2043
+
2044
+ W
2045
+
2046
+ X
2047
+
2048
+ Y
2049
+
2050
+ Z
2051
+
2052
+ F1
2053
+
2054
+ F2
2055
+
2056
+ F3
2057
+
2058
+ F4
2059
+
2060
+ F5
2061
+
2062
+ F6
2063
+
2064
+ F7
2065
+
2066
+ F8
2067
+
2068
+ F9
2069
+
2070
+ F10
2071
+
2072
+ F11
2073
+
2074
+ F12
2075
+
2076
+ F13
2077
+
2078
+ F14
2079
+
2080
+ F15
2081
+
2082
+ F16
2083
+
2084
+ F17
2085
+
2086
+ F18
2087
+
2088
+ F19
2089
+
2090
+ F20
2091
+
2092
+ F21
2093
+
2094
+ F22
2095
+
2096
+ F23
2097
+
2098
+ F24
2099
+
2100
+ Apostrophe
2101
+
2102
+ Comma
2103
+
2104
+ Minus
2105
+
2106
+ Period
2107
+
2108
+ Slash
2109
+
2110
+ Semicolon
2111
+
2112
+ Equal
2113
+
2114
+ LeftBracket
2115
+
2116
+ Backslash
2117
+
2118
+ RightBracket
2119
+
2120
+ GraveAccent
2121
+
2122
+ CapsLock
2123
+
2124
+ ScrollLock
2125
+
2126
+ NumLock
2127
+
2128
+ PrintScreen
2129
+
2130
+ Pause
2131
+
2132
+ Keypad0
2133
+
2134
+ Keypad1
2135
+
2136
+ Keypad2
2137
+
2138
+ Keypad3
2139
+
2140
+ Keypad4
2141
+
2142
+ Keypad5
2143
+
2144
+ Keypad6
2145
+
2146
+ Keypad7
2147
+
2148
+ Keypad8
2149
+
2150
+ Keypad9
2151
+
2152
+ KeypadDecimal
2153
+
2154
+ KeypadDivide
2155
+
2156
+ KeypadMultiply
2157
+
2158
+ KeypadSubtract
2159
+
2160
+ KeypadAdd
2161
+
2162
+ KeypadEnter
2163
+
2164
+ KeypadEqual
2165
+
2166
+ AppBack
2167
+
2168
+ AppForward
2169
+
2170
+ Oem102
2171
+
2172
+ GamepadStart
2173
+
2174
+ GamepadBack
2175
+
2176
+ GamepadFaceLeft
2177
+
2178
+ GamepadFaceRight
2179
+
2180
+ GamepadFaceUp
2181
+
2182
+ GamepadFaceDown
2183
+
2184
+ GamepadDpadLeft
2185
+
2186
+ GamepadDpadRight
2187
+
2188
+ GamepadDpadUp
2189
+
2190
+ GamepadDpadDown
2191
+
2192
+ GamepadL1
2193
+
2194
+ GamepadR1
2195
+
2196
+ GamepadL2
2197
+
2198
+ GamepadR2
2199
+
2200
+ GamepadL3
2201
+
2202
+ GamepadR3
2203
+
2204
+ GamepadLStickLeft
2205
+
2206
+ GamepadLStickRight
2207
+
2208
+ GamepadLStickUp
2209
+
2210
+ GamepadLStickDown
2211
+
2212
+ GamepadRStickLeft
2213
+
2214
+ GamepadRStickRight
2215
+
2216
+ GamepadRStickUp
2217
+
2218
+ GamepadRStickDown
2219
+
2220
+ MouseLeft
2221
+
2222
+ MouseRight
2223
+
2224
+ MouseMiddle
2225
+
2226
+ MouseX1
2227
+
2228
+ MouseX2
2229
+
2230
+ MouseWheelX
2231
+
2232
+ MouseWheelY
2233
+
2234
+ Mod_None
2235
+
2236
+ Mod_Ctrl
2237
+
2238
+ Mod_Shift
2239
+
2240
+ Mod_Alt
2241
+
2242
+ Mod_Super
2243
+
2244
+ Mod_Mask_
2245
+
2246
+ NamedKey_BEGIN
2247
+
2248
+ NamedKey_END
2249
+ """
2250
+ def __eq__(self, other: object, /) -> bool: ...
2251
+ def __getstate__(self, /) -> int: ...
2252
+ def __hash__(self, /) -> int: ...
2253
+ def __index__(self, /) -> int: ...
2254
+ def __init__(self, value: typing.SupportsInt) -> None: ...
2255
+ def __int__(self, /) -> int: ...
2256
+ def __ne__(self, other: object, /) -> bool: ...
2257
+ def __repr__(self, /) -> str: ...
2258
+ def __setstate__(self, state: typing.SupportsInt, /) -> None: ...
2259
+ def __str__(self, /) -> str: ...
2260
+ @property
2261
+ def name(self) -> str:
2262
+ """
2263
+ :type: str
2264
+ """
2265
+ @property
2266
+ def value(self) -> int:
2267
+ """
2268
+ :type: int
2269
+ """
2270
+ A: imgui.ImKey # value = <ImKey.A: 546>
2271
+ Apostrophe: imgui.ImKey # value = <ImKey.Apostrophe: 596>
2272
+ AppBack: imgui.ImKey # value = <ImKey.AppBack: 629>
2273
+ AppForward: imgui.ImKey # value = <ImKey.AppForward: 630>
2274
+ B: imgui.ImKey # value = <ImKey.B: 547>
2275
+ Backslash: imgui.ImKey # value = <ImKey.Backslash: 604>
2276
+ Backspace: imgui.ImKey # value = <ImKey.Backspace: 523>
2277
+ C: imgui.ImKey # value = <ImKey.C: 548>
2278
+ CapsLock: imgui.ImKey # value = <ImKey.CapsLock: 607>
2279
+ Comma: imgui.ImKey # value = <ImKey.Comma: 597>
2280
+ D: imgui.ImKey # value = <ImKey.D: 549>
2281
+ Delete: imgui.ImKey # value = <ImKey.Delete: 522>
2282
+ DownArrow: imgui.ImKey # value = <ImKey.DownArrow: 516>
2283
+ E: imgui.ImKey # value = <ImKey.E: 550>
2284
+ End: imgui.ImKey # value = <ImKey.End: 520>
2285
+ Enter: imgui.ImKey # value = <ImKey.Enter: 525>
2286
+ Equal: imgui.ImKey # value = <ImKey.Equal: 602>
2287
+ Escape: imgui.ImKey # value = <ImKey.Escape: 526>
2288
+ F: imgui.ImKey # value = <ImKey.F: 551>
2289
+ F1: imgui.ImKey # value = <ImKey.F1: 572>
2290
+ F10: imgui.ImKey # value = <ImKey.F10: 581>
2291
+ F11: imgui.ImKey # value = <ImKey.F11: 582>
2292
+ F12: imgui.ImKey # value = <ImKey.F12: 583>
2293
+ F13: imgui.ImKey # value = <ImKey.F13: 584>
2294
+ F14: imgui.ImKey # value = <ImKey.F14: 585>
2295
+ F15: imgui.ImKey # value = <ImKey.F15: 586>
2296
+ F16: imgui.ImKey # value = <ImKey.F16: 587>
2297
+ F17: imgui.ImKey # value = <ImKey.F17: 588>
2298
+ F18: imgui.ImKey # value = <ImKey.F18: 589>
2299
+ F19: imgui.ImKey # value = <ImKey.F19: 590>
2300
+ F2: imgui.ImKey # value = <ImKey.F2: 573>
2301
+ F20: imgui.ImKey # value = <ImKey.F20: 591>
2302
+ F21: imgui.ImKey # value = <ImKey.F21: 592>
2303
+ F22: imgui.ImKey # value = <ImKey.F22: 593>
2304
+ F23: imgui.ImKey # value = <ImKey.F23: 594>
2305
+ F24: imgui.ImKey # value = <ImKey.F24: 595>
2306
+ F3: imgui.ImKey # value = <ImKey.F3: 574>
2307
+ F4: imgui.ImKey # value = <ImKey.F4: 575>
2308
+ F5: imgui.ImKey # value = <ImKey.F5: 576>
2309
+ F6: imgui.ImKey # value = <ImKey.F6: 577>
2310
+ F7: imgui.ImKey # value = <ImKey.F7: 578>
2311
+ F8: imgui.ImKey # value = <ImKey.F8: 579>
2312
+ F9: imgui.ImKey # value = <ImKey.F9: 580>
2313
+ G: imgui.ImKey # value = <ImKey.G: 552>
2314
+ GamepadBack: imgui.ImKey # value = <ImKey.GamepadBack: 633>
2315
+ GamepadDpadDown: imgui.ImKey # value = <ImKey.GamepadDpadDown: 641>
2316
+ GamepadDpadLeft: imgui.ImKey # value = <ImKey.GamepadDpadLeft: 638>
2317
+ GamepadDpadRight: imgui.ImKey # value = <ImKey.GamepadDpadRight: 639>
2318
+ GamepadDpadUp: imgui.ImKey # value = <ImKey.GamepadDpadUp: 640>
2319
+ GamepadFaceDown: imgui.ImKey # value = <ImKey.GamepadFaceDown: 637>
2320
+ GamepadFaceLeft: imgui.ImKey # value = <ImKey.GamepadFaceLeft: 634>
2321
+ GamepadFaceRight: imgui.ImKey # value = <ImKey.GamepadFaceRight: 635>
2322
+ GamepadFaceUp: imgui.ImKey # value = <ImKey.GamepadFaceUp: 636>
2323
+ GamepadL1: imgui.ImKey # value = <ImKey.GamepadL1: 642>
2324
+ GamepadL2: imgui.ImKey # value = <ImKey.GamepadL2: 644>
2325
+ GamepadL3: imgui.ImKey # value = <ImKey.GamepadL3: 646>
2326
+ GamepadLStickDown: imgui.ImKey # value = <ImKey.GamepadLStickDown: 651>
2327
+ GamepadLStickLeft: imgui.ImKey # value = <ImKey.GamepadLStickLeft: 648>
2328
+ GamepadLStickRight: imgui.ImKey # value = <ImKey.GamepadLStickRight: 649>
2329
+ GamepadLStickUp: imgui.ImKey # value = <ImKey.GamepadLStickUp: 650>
2330
+ GamepadR1: imgui.ImKey # value = <ImKey.GamepadR1: 643>
2331
+ GamepadR2: imgui.ImKey # value = <ImKey.GamepadR2: 645>
2332
+ GamepadR3: imgui.ImKey # value = <ImKey.GamepadR3: 647>
2333
+ GamepadRStickDown: imgui.ImKey # value = <ImKey.GamepadRStickDown: 655>
2334
+ GamepadRStickLeft: imgui.ImKey # value = <ImKey.GamepadRStickLeft: 652>
2335
+ GamepadRStickRight: imgui.ImKey # value = <ImKey.GamepadRStickRight: 653>
2336
+ GamepadRStickUp: imgui.ImKey # value = <ImKey.GamepadRStickUp: 654>
2337
+ GamepadStart: imgui.ImKey # value = <ImKey.GamepadStart: 632>
2338
+ GraveAccent: imgui.ImKey # value = <ImKey.GraveAccent: 606>
2339
+ H: imgui.ImKey # value = <ImKey.H: 553>
2340
+ Home: imgui.ImKey # value = <ImKey.Home: 519>
2341
+ I: imgui.ImKey # value = <ImKey.I: 554>
2342
+ Insert: imgui.ImKey # value = <ImKey.Insert: 521>
2343
+ J: imgui.ImKey # value = <ImKey.J: 555>
2344
+ K: imgui.ImKey # value = <ImKey.K: 556>
2345
+ Keypad0: imgui.ImKey # value = <ImKey.Keypad0: 612>
2346
+ Keypad1: imgui.ImKey # value = <ImKey.Keypad1: 613>
2347
+ Keypad2: imgui.ImKey # value = <ImKey.Keypad2: 614>
2348
+ Keypad3: imgui.ImKey # value = <ImKey.Keypad3: 615>
2349
+ Keypad4: imgui.ImKey # value = <ImKey.Keypad4: 616>
2350
+ Keypad5: imgui.ImKey # value = <ImKey.Keypad5: 617>
2351
+ Keypad6: imgui.ImKey # value = <ImKey.Keypad6: 618>
2352
+ Keypad7: imgui.ImKey # value = <ImKey.Keypad7: 619>
2353
+ Keypad8: imgui.ImKey # value = <ImKey.Keypad8: 620>
2354
+ Keypad9: imgui.ImKey # value = <ImKey.Keypad9: 621>
2355
+ KeypadAdd: imgui.ImKey # value = <ImKey.KeypadAdd: 626>
2356
+ KeypadDecimal: imgui.ImKey # value = <ImKey.KeypadDecimal: 622>
2357
+ KeypadDivide: imgui.ImKey # value = <ImKey.KeypadDivide: 623>
2358
+ KeypadEnter: imgui.ImKey # value = <ImKey.KeypadEnter: 627>
2359
+ KeypadEqual: imgui.ImKey # value = <ImKey.KeypadEqual: 628>
2360
+ KeypadMultiply: imgui.ImKey # value = <ImKey.KeypadMultiply: 624>
2361
+ KeypadSubtract: imgui.ImKey # value = <ImKey.KeypadSubtract: 625>
2362
+ L: imgui.ImKey # value = <ImKey.L: 557>
2363
+ LeftAlt: imgui.ImKey # value = <ImKey.LeftAlt: 529>
2364
+ LeftArrow: imgui.ImKey # value = <ImKey.LeftArrow: 513>
2365
+ LeftBracket: imgui.ImKey # value = <ImKey.LeftBracket: 603>
2366
+ LeftCtrl: imgui.ImKey # value = <ImKey.LeftCtrl: 527>
2367
+ LeftShift: imgui.ImKey # value = <ImKey.LeftShift: 528>
2368
+ LeftSuper: imgui.ImKey # value = <ImKey.LeftSuper: 530>
2369
+ M: imgui.ImKey # value = <ImKey.M: 558>
2370
+ Menu: imgui.ImKey # value = <ImKey.Menu: 535>
2371
+ Minus: imgui.ImKey # value = <ImKey.Minus: 598>
2372
+ Mod_Alt: imgui.ImKey # value = <ImKey.Mod_Alt: 16384>
2373
+ Mod_Ctrl: imgui.ImKey # value = <ImKey.Mod_Ctrl: 4096>
2374
+ Mod_Mask_: imgui.ImKey # value = <ImKey.Mod_Mask_: 61440>
2375
+ Mod_None: imgui.ImKey # value = <ImKey.None_: 0>
2376
+ Mod_Shift: imgui.ImKey # value = <ImKey.Mod_Shift: 8192>
2377
+ Mod_Super: imgui.ImKey # value = <ImKey.Mod_Super: 32768>
2378
+ MouseLeft: imgui.ImKey # value = <ImKey.MouseLeft: 656>
2379
+ MouseMiddle: imgui.ImKey # value = <ImKey.MouseMiddle: 658>
2380
+ MouseRight: imgui.ImKey # value = <ImKey.MouseRight: 657>
2381
+ MouseWheelX: imgui.ImKey # value = <ImKey.MouseWheelX: 661>
2382
+ MouseWheelY: imgui.ImKey # value = <ImKey.MouseWheelY: 662>
2383
+ MouseX1: imgui.ImKey # value = <ImKey.MouseX1: 659>
2384
+ MouseX2: imgui.ImKey # value = <ImKey.MouseX2: 660>
2385
+ N: imgui.ImKey # value = <ImKey.N: 559>
2386
+ NamedKey_BEGIN: imgui.ImKey # value = <ImKey.Tab: 512>
2387
+ NamedKey_END: imgui.ImKey # value = <ImKey.NamedKey_END: 667>
2388
+ None_: imgui.ImKey # value = <ImKey.None_: 0>
2389
+ NumLock: imgui.ImKey # value = <ImKey.NumLock: 609>
2390
+ O: imgui.ImKey # value = <ImKey.O: 560>
2391
+ Oem102: imgui.ImKey # value = <ImKey.Oem102: 631>
2392
+ P: imgui.ImKey # value = <ImKey.P: 561>
2393
+ PageDown: imgui.ImKey # value = <ImKey.PageDown: 518>
2394
+ PageUp: imgui.ImKey # value = <ImKey.PageUp: 517>
2395
+ Pause: imgui.ImKey # value = <ImKey.Pause: 611>
2396
+ Period: imgui.ImKey # value = <ImKey.Period: 599>
2397
+ PrintScreen: imgui.ImKey # value = <ImKey.PrintScreen: 610>
2398
+ Q: imgui.ImKey # value = <ImKey.Q: 562>
2399
+ R: imgui.ImKey # value = <ImKey.R: 563>
2400
+ RightAlt: imgui.ImKey # value = <ImKey.RightAlt: 533>
2401
+ RightArrow: imgui.ImKey # value = <ImKey.RightArrow: 514>
2402
+ RightBracket: imgui.ImKey # value = <ImKey.RightBracket: 605>
2403
+ RightCtrl: imgui.ImKey # value = <ImKey.RightCtrl: 531>
2404
+ RightShift: imgui.ImKey # value = <ImKey.RightShift: 532>
2405
+ RightSuper: imgui.ImKey # value = <ImKey.RightSuper: 534>
2406
+ S: imgui.ImKey # value = <ImKey.S: 564>
2407
+ ScrollLock: imgui.ImKey # value = <ImKey.ScrollLock: 608>
2408
+ Semicolon: imgui.ImKey # value = <ImKey.Semicolon: 601>
2409
+ Slash: imgui.ImKey # value = <ImKey.Slash: 600>
2410
+ Space: imgui.ImKey # value = <ImKey.Space: 524>
2411
+ T: imgui.ImKey # value = <ImKey.T: 565>
2412
+ Tab: imgui.ImKey # value = <ImKey.Tab: 512>
2413
+ U: imgui.ImKey # value = <ImKey.U: 566>
2414
+ UpArrow: imgui.ImKey # value = <ImKey.UpArrow: 515>
2415
+ V: imgui.ImKey # value = <ImKey.V: 567>
2416
+ W: imgui.ImKey # value = <ImKey.W: 568>
2417
+ X: imgui.ImKey # value = <ImKey.X: 569>
2418
+ Y: imgui.ImKey # value = <ImKey.Y: 570>
2419
+ Z: imgui.ImKey # value = <ImKey.Z: 571>
2420
+ _0: imgui.ImKey # value = <ImKey._0: 536>
2421
+ _1: imgui.ImKey # value = <ImKey._1: 537>
2422
+ _2: imgui.ImKey # value = <ImKey._2: 538>
2423
+ _3: imgui.ImKey # value = <ImKey._3: 539>
2424
+ _4: imgui.ImKey # value = <ImKey._4: 540>
2425
+ _5: imgui.ImKey # value = <ImKey._5: 541>
2426
+ _6: imgui.ImKey # value = <ImKey._6: 542>
2427
+ _7: imgui.ImKey # value = <ImKey._7: 543>
2428
+ _8: imgui.ImKey # value = <ImKey._8: 544>
2429
+ _9: imgui.ImKey # value = <ImKey._9: 545>
2430
+ __members__: dict # value = {'None_': <ImKey.None_: 0>, 'Tab': <ImKey.Tab: 512>, 'LeftArrow': <ImKey.LeftArrow: 513>, 'RightArrow': <ImKey.RightArrow: 514>, 'UpArrow': <ImKey.UpArrow: 515>, 'DownArrow': <ImKey.DownArrow: 516>, 'PageUp': <ImKey.PageUp: 517>, 'PageDown': <ImKey.PageDown: 518>, 'Home': <ImKey.Home: 519>, 'End': <ImKey.End: 520>, 'Insert': <ImKey.Insert: 521>, 'Delete': <ImKey.Delete: 522>, 'Backspace': <ImKey.Backspace: 523>, 'Space': <ImKey.Space: 524>, 'Enter': <ImKey.Enter: 525>, 'Escape': <ImKey.Escape: 526>, 'LeftCtrl': <ImKey.LeftCtrl: 527>, 'LeftShift': <ImKey.LeftShift: 528>, 'LeftAlt': <ImKey.LeftAlt: 529>, 'LeftSuper': <ImKey.LeftSuper: 530>, 'RightCtrl': <ImKey.RightCtrl: 531>, 'RightShift': <ImKey.RightShift: 532>, 'RightAlt': <ImKey.RightAlt: 533>, 'RightSuper': <ImKey.RightSuper: 534>, 'Menu': <ImKey.Menu: 535>, '_0': <ImKey._0: 536>, '_1': <ImKey._1: 537>, '_2': <ImKey._2: 538>, '_3': <ImKey._3: 539>, '_4': <ImKey._4: 540>, '_5': <ImKey._5: 541>, '_6': <ImKey._6: 542>, '_7': <ImKey._7: 543>, '_8': <ImKey._8: 544>, '_9': <ImKey._9: 545>, 'A': <ImKey.A: 546>, 'B': <ImKey.B: 547>, 'C': <ImKey.C: 548>, 'D': <ImKey.D: 549>, 'E': <ImKey.E: 550>, 'F': <ImKey.F: 551>, 'G': <ImKey.G: 552>, 'H': <ImKey.H: 553>, 'I': <ImKey.I: 554>, 'J': <ImKey.J: 555>, 'K': <ImKey.K: 556>, 'L': <ImKey.L: 557>, 'M': <ImKey.M: 558>, 'N': <ImKey.N: 559>, 'O': <ImKey.O: 560>, 'P': <ImKey.P: 561>, 'Q': <ImKey.Q: 562>, 'R': <ImKey.R: 563>, 'S': <ImKey.S: 564>, 'T': <ImKey.T: 565>, 'U': <ImKey.U: 566>, 'V': <ImKey.V: 567>, 'W': <ImKey.W: 568>, 'X': <ImKey.X: 569>, 'Y': <ImKey.Y: 570>, 'Z': <ImKey.Z: 571>, 'F1': <ImKey.F1: 572>, 'F2': <ImKey.F2: 573>, 'F3': <ImKey.F3: 574>, 'F4': <ImKey.F4: 575>, 'F5': <ImKey.F5: 576>, 'F6': <ImKey.F6: 577>, 'F7': <ImKey.F7: 578>, 'F8': <ImKey.F8: 579>, 'F9': <ImKey.F9: 580>, 'F10': <ImKey.F10: 581>, 'F11': <ImKey.F11: 582>, 'F12': <ImKey.F12: 583>, 'F13': <ImKey.F13: 584>, 'F14': <ImKey.F14: 585>, 'F15': <ImKey.F15: 586>, 'F16': <ImKey.F16: 587>, 'F17': <ImKey.F17: 588>, 'F18': <ImKey.F18: 589>, 'F19': <ImKey.F19: 590>, 'F20': <ImKey.F20: 591>, 'F21': <ImKey.F21: 592>, 'F22': <ImKey.F22: 593>, 'F23': <ImKey.F23: 594>, 'F24': <ImKey.F24: 595>, 'Apostrophe': <ImKey.Apostrophe: 596>, 'Comma': <ImKey.Comma: 597>, 'Minus': <ImKey.Minus: 598>, 'Period': <ImKey.Period: 599>, 'Slash': <ImKey.Slash: 600>, 'Semicolon': <ImKey.Semicolon: 601>, 'Equal': <ImKey.Equal: 602>, 'LeftBracket': <ImKey.LeftBracket: 603>, 'Backslash': <ImKey.Backslash: 604>, 'RightBracket': <ImKey.RightBracket: 605>, 'GraveAccent': <ImKey.GraveAccent: 606>, 'CapsLock': <ImKey.CapsLock: 607>, 'ScrollLock': <ImKey.ScrollLock: 608>, 'NumLock': <ImKey.NumLock: 609>, 'PrintScreen': <ImKey.PrintScreen: 610>, 'Pause': <ImKey.Pause: 611>, 'Keypad0': <ImKey.Keypad0: 612>, 'Keypad1': <ImKey.Keypad1: 613>, 'Keypad2': <ImKey.Keypad2: 614>, 'Keypad3': <ImKey.Keypad3: 615>, 'Keypad4': <ImKey.Keypad4: 616>, 'Keypad5': <ImKey.Keypad5: 617>, 'Keypad6': <ImKey.Keypad6: 618>, 'Keypad7': <ImKey.Keypad7: 619>, 'Keypad8': <ImKey.Keypad8: 620>, 'Keypad9': <ImKey.Keypad9: 621>, 'KeypadDecimal': <ImKey.KeypadDecimal: 622>, 'KeypadDivide': <ImKey.KeypadDivide: 623>, 'KeypadMultiply': <ImKey.KeypadMultiply: 624>, 'KeypadSubtract': <ImKey.KeypadSubtract: 625>, 'KeypadAdd': <ImKey.KeypadAdd: 626>, 'KeypadEnter': <ImKey.KeypadEnter: 627>, 'KeypadEqual': <ImKey.KeypadEqual: 628>, 'AppBack': <ImKey.AppBack: 629>, 'AppForward': <ImKey.AppForward: 630>, 'Oem102': <ImKey.Oem102: 631>, 'GamepadStart': <ImKey.GamepadStart: 632>, 'GamepadBack': <ImKey.GamepadBack: 633>, 'GamepadFaceLeft': <ImKey.GamepadFaceLeft: 634>, 'GamepadFaceRight': <ImKey.GamepadFaceRight: 635>, 'GamepadFaceUp': <ImKey.GamepadFaceUp: 636>, 'GamepadFaceDown': <ImKey.GamepadFaceDown: 637>, 'GamepadDpadLeft': <ImKey.GamepadDpadLeft: 638>, 'GamepadDpadRight': <ImKey.GamepadDpadRight: 639>, 'GamepadDpadUp': <ImKey.GamepadDpadUp: 640>, 'GamepadDpadDown': <ImKey.GamepadDpadDown: 641>, 'GamepadL1': <ImKey.GamepadL1: 642>, 'GamepadR1': <ImKey.GamepadR1: 643>, 'GamepadL2': <ImKey.GamepadL2: 644>, 'GamepadR2': <ImKey.GamepadR2: 645>, 'GamepadL3': <ImKey.GamepadL3: 646>, 'GamepadR3': <ImKey.GamepadR3: 647>, 'GamepadLStickLeft': <ImKey.GamepadLStickLeft: 648>, 'GamepadLStickRight': <ImKey.GamepadLStickRight: 649>, 'GamepadLStickUp': <ImKey.GamepadLStickUp: 650>, 'GamepadLStickDown': <ImKey.GamepadLStickDown: 651>, 'GamepadRStickLeft': <ImKey.GamepadRStickLeft: 652>, 'GamepadRStickRight': <ImKey.GamepadRStickRight: 653>, 'GamepadRStickUp': <ImKey.GamepadRStickUp: 654>, 'GamepadRStickDown': <ImKey.GamepadRStickDown: 655>, 'MouseLeft': <ImKey.MouseLeft: 656>, 'MouseRight': <ImKey.MouseRight: 657>, 'MouseMiddle': <ImKey.MouseMiddle: 658>, 'MouseX1': <ImKey.MouseX1: 659>, 'MouseX2': <ImKey.MouseX2: 660>, 'MouseWheelX': <ImKey.MouseWheelX: 661>, 'MouseWheelY': <ImKey.MouseWheelY: 662>, 'Mod_None': <ImKey.None_: 0>, 'Mod_Ctrl': <ImKey.Mod_Ctrl: 4096>, 'Mod_Shift': <ImKey.Mod_Shift: 8192>, 'Mod_Alt': <ImKey.Mod_Alt: 16384>, 'Mod_Super': <ImKey.Mod_Super: 32768>, 'Mod_Mask_': <ImKey.Mod_Mask_: 61440>, 'NamedKey_BEGIN': <ImKey.Tab: 512>, 'NamedKey_END': <ImKey.NamedKey_END: 667>}
2431
+ pass
2432
+ class InputFlags():
2433
+ None_ = 0
2434
+ Repeat = 1
2435
+ RouteActive = 1024
2436
+ RouteAlways = 8192
2437
+ RouteFocused = 2048
2438
+ RouteFromRootWindow = 131072
2439
+ RouteGlobal = 4096
2440
+ RouteOverActive = 32768
2441
+ RouteOverFocused = 16384
2442
+ RouteUnlessBgFocused = 65536
2443
+ Tooltip = 262144
2444
+ pass
2445
+ class InputTextFlags():
2446
+ AllowTabInput = 32
2447
+ AlwaysOverwrite = 2048
2448
+ AutoSelectAll = 4096
2449
+ CallbackAlways = 1048576
2450
+ CallbackCharFilter = 2097152
2451
+ CallbackCompletion = 262144
2452
+ CallbackEdit = 8388608
2453
+ CallbackHistory = 524288
2454
+ CallbackResize = 4194304
2455
+ CharsDecimal = 1
2456
+ CharsHexadecimal = 2
2457
+ CharsNoBlank = 16
2458
+ CharsScientific = 4
2459
+ CharsUppercase = 8
2460
+ CtrlEnterForNewLine = 256
2461
+ DisplayEmptyRefVal = 16384
2462
+ ElideLeft = 131072
2463
+ EnterReturnsTrue = 64
2464
+ EscapeClearsAll = 128
2465
+ NoHorizontalScroll = 32768
2466
+ NoUndoRedo = 65536
2467
+ None_ = 0
2468
+ ParseEmptyRefVal = 8192
2469
+ Password = 1024
2470
+ ReadOnly = 512
2471
+ pass
2472
+ class IntList():
2473
+ """
2474
+ Thin wrapper over a std::vector<int>
2475
+ """
2476
+ def __getitem__(self, index: typing.SupportsInt) -> int: ...
2477
+ @typing.overload
2478
+ def __init__(self) -> None: ...
2479
+ @typing.overload
2480
+ def __init__(self, vals: collections.abc.Sequence[typing.SupportsInt] = []) -> None: ...
2481
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
2482
+ def __len__(self) -> int: ...
2483
+ def __setitem__(self, index: typing.SupportsInt, val: typing.SupportsInt) -> None: ...
2484
+ def append(self, val: typing.SupportsInt) -> None:
2485
+ """
2486
+ Append a value to the end
2487
+ """
2488
+ def clear(self) -> None: ...
2489
+ def pop(self) -> int:
2490
+ """
2491
+ Pop a value from the end
2492
+ """
2493
+ def resize(self, size: typing.SupportsInt) -> None:
2494
+ """
2495
+ Resize the vector, dropping any lost values
2496
+ """
2497
+ pass
2498
+ class IntRef():
2499
+ """
2500
+ A pass-by-ref wrapper for an int
2501
+ """
2502
+ def __init__(self, val: typing.SupportsInt = 0) -> None: ...
2503
+ def __str__(self) -> str: ...
2504
+ @property
2505
+ def val(self) -> int:
2506
+ """
2507
+ The wrapped value
2508
+
2509
+ :type: int
2510
+ """
2511
+ @val.setter
2512
+ def val(self, arg0: typing.SupportsInt) -> None:
2513
+ """
2514
+ The wrapped value
2515
+ """
2516
+ pass
2517
+ class ItemFlags():
2518
+ AllowDuplicateId = 32
2519
+ AutoClosePopups = 16
2520
+ ButtonRepeat = 8
2521
+ NoNav = 2
2522
+ NoNavDefaultFocus = 4
2523
+ NoTabStop = 1
2524
+ None_ = 0
2525
+ pass
2526
+ class KeyData():
2527
+ @property
2528
+ def AnalogValue(self) -> float:
2529
+ """
2530
+ :type: float
2531
+ """
2532
+ @property
2533
+ def Down(self) -> bool:
2534
+ """
2535
+ :type: bool
2536
+ """
2537
+ @property
2538
+ def DownDuration(self) -> float:
2539
+ """
2540
+ :type: float
2541
+ """
2542
+ @property
2543
+ def DownDurationPrev(self) -> float:
2544
+ """
2545
+ :type: float
2546
+ """
2547
+ pass
2548
+ class ListClipper():
2549
+ def Begin(self, items_count: typing.SupportsInt, items_height: typing.SupportsFloat = -1.0) -> None: ...
2550
+ def End(self) -> None: ...
2551
+ def IncludeItemByIndex(self, item_index: typing.SupportsInt) -> None: ...
2552
+ def IncludeItemsByIndex(self, item_begin: typing.SupportsInt, item_end: typing.SupportsInt) -> None: ...
2553
+ def SeekCursorForItem(self, item_index: typing.SupportsInt) -> None: ...
2554
+ def Step(self) -> bool: ...
2555
+ def __init__(self) -> None: ...
2556
+ @property
2557
+ def DisplayEnd(self) -> int:
2558
+ """
2559
+ :type: int
2560
+ """
2561
+ @property
2562
+ def DisplayStart(self) -> int:
2563
+ """
2564
+ :type: int
2565
+ """
2566
+ pass
2567
+ class ListWrapperBool():
2568
+ def __getitem__(self, arg0: typing.SupportsInt) -> bool: ...
2569
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
2570
+ def __len__(self) -> int: ...
2571
+ pass
2572
+ class ListWrapperDouble():
2573
+ def __getitem__(self, arg0: typing.SupportsInt) -> float: ...
2574
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
2575
+ def __len__(self) -> int: ...
2576
+ pass
2577
+ class ListWrapperImVec2():
2578
+ def __getitem__(self, arg0: typing.SupportsInt) -> ImVec2: ...
2579
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
2580
+ def __len__(self) -> int: ...
2581
+ pass
2582
+ class ListWrapperTCSS():
2583
+ def __getitem__(self, arg0: typing.SupportsInt) -> ImGuiTableColumnSortSpecs: ...
2584
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
2585
+ def __len__(self) -> int: ...
2586
+ pass
2587
+ class MouseButton():
2588
+ Left = 0
2589
+ Middle = 2
2590
+ Right = 1
2591
+ pass
2592
+ class MouseCursor():
2593
+ Arrow = 0
2594
+ Hand = 7
2595
+ None_ = -1
2596
+ NotAllowed = 10
2597
+ Progress = 9
2598
+ ResizeAll = 2
2599
+ ResizeEW = 4
2600
+ ResizeNESW = 5
2601
+ ResizeNS = 3
2602
+ ResizeNWSE = 6
2603
+ TextInput = 1
2604
+ Wait = 8
2605
+ pass
2606
+ class MouseSource():
2607
+ Mouse = 0
2608
+ Pen = 2
2609
+ TouchScreen = 1
2610
+ pass
2611
+ class MultiSelectFlags():
2612
+ BoxSelect1d = 64
2613
+ BoxSelect2d = 128
2614
+ BoxSelectNoScroll = 256
2615
+ ClearOnClickVoid = 1024
2616
+ ClearOnEscape = 512
2617
+ NavWrapX = 65536
2618
+ NoAutoClear = 16
2619
+ NoAutoClearOnReselect = 32
2620
+ NoAutoSelect = 8
2621
+ NoRangeSelect = 4
2622
+ NoSelectAll = 2
2623
+ None_ = 0
2624
+ ScopeRect = 4096
2625
+ ScopeWindow = 2048
2626
+ SelectOnClick = 8192
2627
+ SelectOnClickRelease = 16384
2628
+ SingleSelect = 1
2629
+ pass
2630
+ class MultiSelectIO():
2631
+ @property
2632
+ def ItemsCount(self) -> int:
2633
+ """
2634
+ :type: int
2635
+ """
2636
+ @property
2637
+ def NavIdItem(self) -> int:
2638
+ """
2639
+ :type: int
2640
+ """
2641
+ @property
2642
+ def NavIdSelected(self) -> bool:
2643
+ """
2644
+ :type: bool
2645
+ """
2646
+ @property
2647
+ def RangeSrcItem(self) -> int:
2648
+ """
2649
+ :type: int
2650
+ """
2651
+ @property
2652
+ def RangeSrcReset(self) -> bool:
2653
+ """
2654
+ :type: bool
2655
+ """
2656
+ @RangeSrcReset.setter
2657
+ def RangeSrcReset(self, arg0: bool) -> None:
2658
+ pass
2659
+ @property
2660
+ def Requests(self) -> ImVector<ImGuiSelectionRequest>:
2661
+ """
2662
+ :type: ImVector<ImGuiSelectionRequest>
2663
+ """
2664
+ pass
2665
+ class PopupFlags():
2666
+ AnyPopup = 3072
2667
+ AnyPopupId = 1024
2668
+ AnyPopupLevel = 2048
2669
+ MouseButtonDefault_ = 1
2670
+ MouseButtonLeft = 0
2671
+ MouseButtonMask_ = 31
2672
+ MouseButtonMiddle = 2
2673
+ MouseButtonRight = 1
2674
+ NoOpenOverExistingPopup = 128
2675
+ NoOpenOverItems = 256
2676
+ NoReopen = 32
2677
+ None_ = 0
2678
+ pass
2679
+ class SelectableFlags():
2680
+ AllowDoubleClick = 4
2681
+ AllowOverlap = 16
2682
+ Disabled = 8
2683
+ Highlight = 32
2684
+ NoAutoClosePopups = 1
2685
+ None_ = 0
2686
+ SpanAllColumns = 2
2687
+ pass
2688
+ class SelectionRequest():
2689
+ @property
2690
+ def RangeDirection(self) -> int:
2691
+ """
2692
+ :type: int
2693
+ """
2694
+ @property
2695
+ def RangeFirstItem(self) -> int:
2696
+ """
2697
+ :type: int
2698
+ """
2699
+ @property
2700
+ def RangeLastItem(self) -> int:
2701
+ """
2702
+ :type: int
2703
+ """
2704
+ @property
2705
+ def Selected(self) -> bool:
2706
+ """
2707
+ :type: bool
2708
+ """
2709
+ @property
2710
+ def Type(self) -> ImGuiSelectionRequestType:
2711
+ """
2712
+ :type: ImGuiSelectionRequestType
2713
+ """
2714
+ pass
2715
+ class SelectionRequestType():
2716
+ None_ = 0
2717
+ SetAll = 1
2718
+ SetRange = 2
2719
+ pass
2720
+ class SliderFlags():
2721
+ AlwaysClamp = 1536
2722
+ ClampOnInput = 512
2723
+ ClampZeroRange = 1024
2724
+ InvalidMask_ = 1879048207
2725
+ Logarithmic = 32
2726
+ NoInput = 128
2727
+ NoRoundToFormat = 64
2728
+ NoSpeedTweaks = 2048
2729
+ None_ = 0
2730
+ WrapAround = 256
2731
+ pass
2732
+ class SortDirection():
2733
+ Ascending = 1
2734
+ Descending = 2
2735
+ None_ = 0
2736
+ pass
2737
+ class StrList():
2738
+ """
2739
+ Thin wrapper over a std::vector<const char*>
2740
+ """
2741
+ def __getitem__(self, index: typing.SupportsInt) -> str: ...
2742
+ @typing.overload
2743
+ def __init__(self) -> None: ...
2744
+ @typing.overload
2745
+ def __init__(self, vals: collections.abc.Sequence[str] = []) -> None: ...
2746
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
2747
+ def __len__(self) -> int: ...
2748
+ def __setitem__(self, index: typing.SupportsInt, val: str) -> None: ...
2749
+ def append(self, val: str) -> None:
2750
+ """
2751
+ Append a value to the end
2752
+ """
2753
+ def clear(self) -> None: ...
2754
+ def pop(self) -> str:
2755
+ """
2756
+ Pop a value from the end
2757
+ """
2758
+ def resize(self, size: typing.SupportsInt) -> None:
2759
+ """
2760
+ Resize the vector, dropping any lost values
2761
+ """
2762
+ pass
2763
+ class StrRef():
2764
+ """
2765
+ Thin wrapper over a std::vector<char>
2766
+ """
2767
+ @typing.overload
2768
+ def __init__(self, maxSize: typing.SupportsInt) -> None:
2769
+ """
2770
+ Initialize an empty string with reserved size
2771
+
2772
+ Initialize with an input string. If maxSize=0, then maxSize=len(val)
2773
+ """
2774
+ @typing.overload
2775
+ def __init__(self, value: str, maxSize: typing.SupportsInt = 0) -> None: ...
2776
+ def __len__(self) -> int: ...
2777
+ def __str__(self) -> str: ...
2778
+ def append(self, val: str) -> None:
2779
+ """
2780
+ Append a value to the end
2781
+ """
2782
+ def copy(self) -> str:
2783
+ """
2784
+ Get a copy of the string
2785
+ """
2786
+ def pop(self) -> str:
2787
+ """
2788
+ Pop a value from the end
2789
+ """
2790
+ def resize(self, size: typing.SupportsInt) -> None:
2791
+ """
2792
+ Resize the vector, dropping any lost values
2793
+ """
2794
+ def set(self, newVal: str, maxSize: typing.SupportsInt = 0) -> None:
2795
+ """
2796
+ Assign a new value to the string. If maxSize=0,the maxSize will remain unchanged and extra chars will be dropped
2797
+ """
2798
+ def view(self) -> str:
2799
+ """
2800
+ Get a reference to the string, only valid while this object exists
2801
+ """
2802
+ pass
2803
+ class Style():
2804
+ def ScaleAllSizes(self, scale_factor: typing.SupportsFloat) -> None: ...
2805
+ def __init__(self) -> None: ...
2806
+ @property
2807
+ def Alpha(self) -> float:
2808
+ """
2809
+ :type: float
2810
+ """
2811
+ @Alpha.setter
2812
+ def Alpha(self, arg0: typing.SupportsFloat) -> None:
2813
+ pass
2814
+ @property
2815
+ def AntiAliasedFill(self) -> bool:
2816
+ """
2817
+ :type: bool
2818
+ """
2819
+ @AntiAliasedFill.setter
2820
+ def AntiAliasedFill(self, arg0: bool) -> None:
2821
+ pass
2822
+ @property
2823
+ def AntiAliasedLines(self) -> bool:
2824
+ """
2825
+ :type: bool
2826
+ """
2827
+ @AntiAliasedLines.setter
2828
+ def AntiAliasedLines(self, arg0: bool) -> None:
2829
+ pass
2830
+ @property
2831
+ def AntiAliasedLinesUseTex(self) -> bool:
2832
+ """
2833
+ :type: bool
2834
+ """
2835
+ @AntiAliasedLinesUseTex.setter
2836
+ def AntiAliasedLinesUseTex(self, arg0: bool) -> None:
2837
+ pass
2838
+ @property
2839
+ def ButtonTextAlign(self) -> Vec2:
2840
+ """
2841
+ :type: Vec2
2842
+ """
2843
+ @ButtonTextAlign.setter
2844
+ def ButtonTextAlign(self, arg0: Vec2) -> None:
2845
+ pass
2846
+ @property
2847
+ def CellPadding(self) -> Vec2:
2848
+ """
2849
+ :type: Vec2
2850
+ """
2851
+ @CellPadding.setter
2852
+ def CellPadding(self, arg0: Vec2) -> None:
2853
+ pass
2854
+ @property
2855
+ def ChildBorderSize(self) -> float:
2856
+ """
2857
+ :type: float
2858
+ """
2859
+ @ChildBorderSize.setter
2860
+ def ChildBorderSize(self, arg0: typing.SupportsFloat) -> None:
2861
+ pass
2862
+ @property
2863
+ def ChildRounding(self) -> float:
2864
+ """
2865
+ :type: float
2866
+ """
2867
+ @ChildRounding.setter
2868
+ def ChildRounding(self, arg0: typing.SupportsFloat) -> None:
2869
+ pass
2870
+ @property
2871
+ def CircleTessellationMaxError(self) -> float:
2872
+ """
2873
+ :type: float
2874
+ """
2875
+ @CircleTessellationMaxError.setter
2876
+ def CircleTessellationMaxError(self, arg0: typing.SupportsFloat) -> None:
2877
+ pass
2878
+ @property
2879
+ def ColorButtonPosition(self) -> ImGuiDir:
2880
+ """
2881
+ :type: ImGuiDir
2882
+ """
2883
+ @ColorButtonPosition.setter
2884
+ def ColorButtonPosition(self, arg0: ImGuiDir) -> None:
2885
+ pass
2886
+ @property
2887
+ def Colors(self) -> ListWrapper<ImVec4>:
2888
+ """
2889
+ :type: ListWrapper<ImVec4>
2890
+ """
2891
+ @property
2892
+ def ColumnsMinSpacing(self) -> float:
2893
+ """
2894
+ :type: float
2895
+ """
2896
+ @ColumnsMinSpacing.setter
2897
+ def ColumnsMinSpacing(self, arg0: typing.SupportsFloat) -> None:
2898
+ pass
2899
+ @property
2900
+ def CurveTessellationTol(self) -> float:
2901
+ """
2902
+ :type: float
2903
+ """
2904
+ @CurveTessellationTol.setter
2905
+ def CurveTessellationTol(self, arg0: typing.SupportsFloat) -> None:
2906
+ pass
2907
+ @property
2908
+ def DisabledAlpha(self) -> float:
2909
+ """
2910
+ :type: float
2911
+ """
2912
+ @DisabledAlpha.setter
2913
+ def DisabledAlpha(self, arg0: typing.SupportsFloat) -> None:
2914
+ pass
2915
+ @property
2916
+ def DisplaySafeAreaPadding(self) -> Vec2:
2917
+ """
2918
+ :type: Vec2
2919
+ """
2920
+ @DisplaySafeAreaPadding.setter
2921
+ def DisplaySafeAreaPadding(self, arg0: Vec2) -> None:
2922
+ pass
2923
+ @property
2924
+ def DisplayWindowPadding(self) -> Vec2:
2925
+ """
2926
+ :type: Vec2
2927
+ """
2928
+ @DisplayWindowPadding.setter
2929
+ def DisplayWindowPadding(self, arg0: Vec2) -> None:
2930
+ pass
2931
+ @property
2932
+ def FontScaleDpi(self) -> float:
2933
+ """
2934
+ :type: float
2935
+ """
2936
+ @FontScaleDpi.setter
2937
+ def FontScaleDpi(self, arg0: typing.SupportsFloat) -> None:
2938
+ pass
2939
+ @property
2940
+ def FontScaleMain(self) -> float:
2941
+ """
2942
+ :type: float
2943
+ """
2944
+ @FontScaleMain.setter
2945
+ def FontScaleMain(self, arg0: typing.SupportsFloat) -> None:
2946
+ pass
2947
+ @property
2948
+ def FontSizeBase(self) -> float:
2949
+ """
2950
+ :type: float
2951
+ """
2952
+ @FontSizeBase.setter
2953
+ def FontSizeBase(self, arg0: typing.SupportsFloat) -> None:
2954
+ pass
2955
+ @property
2956
+ def FrameBorderSize(self) -> float:
2957
+ """
2958
+ :type: float
2959
+ """
2960
+ @FrameBorderSize.setter
2961
+ def FrameBorderSize(self, arg0: typing.SupportsFloat) -> None:
2962
+ pass
2963
+ @property
2964
+ def FramePadding(self) -> Vec2:
2965
+ """
2966
+ :type: Vec2
2967
+ """
2968
+ @FramePadding.setter
2969
+ def FramePadding(self, arg0: Vec2) -> None:
2970
+ pass
2971
+ @property
2972
+ def FrameRounding(self) -> float:
2973
+ """
2974
+ :type: float
2975
+ """
2976
+ @FrameRounding.setter
2977
+ def FrameRounding(self, arg0: typing.SupportsFloat) -> None:
2978
+ pass
2979
+ @property
2980
+ def GrabMinSize(self) -> float:
2981
+ """
2982
+ :type: float
2983
+ """
2984
+ @GrabMinSize.setter
2985
+ def GrabMinSize(self, arg0: typing.SupportsFloat) -> None:
2986
+ pass
2987
+ @property
2988
+ def GrabRounding(self) -> float:
2989
+ """
2990
+ :type: float
2991
+ """
2992
+ @GrabRounding.setter
2993
+ def GrabRounding(self, arg0: typing.SupportsFloat) -> None:
2994
+ pass
2995
+ @property
2996
+ def HoverDelayNormal(self) -> float:
2997
+ """
2998
+ :type: float
2999
+ """
3000
+ @HoverDelayNormal.setter
3001
+ def HoverDelayNormal(self, arg0: typing.SupportsFloat) -> None:
3002
+ pass
3003
+ @property
3004
+ def HoverDelayShort(self) -> float:
3005
+ """
3006
+ :type: float
3007
+ """
3008
+ @HoverDelayShort.setter
3009
+ def HoverDelayShort(self, arg0: typing.SupportsFloat) -> None:
3010
+ pass
3011
+ @property
3012
+ def HoverFlagsForTooltipMouse(self) -> int:
3013
+ """
3014
+ :type: int
3015
+ """
3016
+ @HoverFlagsForTooltipMouse.setter
3017
+ def HoverFlagsForTooltipMouse(self, arg0: typing.SupportsInt) -> None:
3018
+ pass
3019
+ @property
3020
+ def HoverFlagsForTooltipNav(self) -> int:
3021
+ """
3022
+ :type: int
3023
+ """
3024
+ @HoverFlagsForTooltipNav.setter
3025
+ def HoverFlagsForTooltipNav(self, arg0: typing.SupportsInt) -> None:
3026
+ pass
3027
+ @property
3028
+ def HoverStationaryDelay(self) -> float:
3029
+ """
3030
+ :type: float
3031
+ """
3032
+ @HoverStationaryDelay.setter
3033
+ def HoverStationaryDelay(self, arg0: typing.SupportsFloat) -> None:
3034
+ pass
3035
+ @property
3036
+ def ImageBorderSize(self) -> float:
3037
+ """
3038
+ :type: float
3039
+ """
3040
+ @ImageBorderSize.setter
3041
+ def ImageBorderSize(self, arg0: typing.SupportsFloat) -> None:
3042
+ pass
3043
+ @property
3044
+ def IndentSpacing(self) -> float:
3045
+ """
3046
+ :type: float
3047
+ """
3048
+ @IndentSpacing.setter
3049
+ def IndentSpacing(self, arg0: typing.SupportsFloat) -> None:
3050
+ pass
3051
+ @property
3052
+ def ItemInnerSpacing(self) -> Vec2:
3053
+ """
3054
+ :type: Vec2
3055
+ """
3056
+ @ItemInnerSpacing.setter
3057
+ def ItemInnerSpacing(self, arg0: Vec2) -> None:
3058
+ pass
3059
+ @property
3060
+ def ItemSpacing(self) -> Vec2:
3061
+ """
3062
+ :type: Vec2
3063
+ """
3064
+ @ItemSpacing.setter
3065
+ def ItemSpacing(self, arg0: Vec2) -> None:
3066
+ pass
3067
+ @property
3068
+ def LogSliderDeadzone(self) -> float:
3069
+ """
3070
+ :type: float
3071
+ """
3072
+ @LogSliderDeadzone.setter
3073
+ def LogSliderDeadzone(self, arg0: typing.SupportsFloat) -> None:
3074
+ pass
3075
+ @property
3076
+ def MouseCursorScale(self) -> float:
3077
+ """
3078
+ :type: float
3079
+ """
3080
+ @MouseCursorScale.setter
3081
+ def MouseCursorScale(self, arg0: typing.SupportsFloat) -> None:
3082
+ pass
3083
+ @property
3084
+ def PopupBorderSize(self) -> float:
3085
+ """
3086
+ :type: float
3087
+ """
3088
+ @PopupBorderSize.setter
3089
+ def PopupBorderSize(self, arg0: typing.SupportsFloat) -> None:
3090
+ pass
3091
+ @property
3092
+ def PopupRounding(self) -> float:
3093
+ """
3094
+ :type: float
3095
+ """
3096
+ @PopupRounding.setter
3097
+ def PopupRounding(self, arg0: typing.SupportsFloat) -> None:
3098
+ pass
3099
+ @property
3100
+ def ScrollbarRounding(self) -> float:
3101
+ """
3102
+ :type: float
3103
+ """
3104
+ @ScrollbarRounding.setter
3105
+ def ScrollbarRounding(self, arg0: typing.SupportsFloat) -> None:
3106
+ pass
3107
+ @property
3108
+ def ScrollbarSize(self) -> float:
3109
+ """
3110
+ :type: float
3111
+ """
3112
+ @ScrollbarSize.setter
3113
+ def ScrollbarSize(self, arg0: typing.SupportsFloat) -> None:
3114
+ pass
3115
+ @property
3116
+ def SelectableTextAlign(self) -> Vec2:
3117
+ """
3118
+ :type: Vec2
3119
+ """
3120
+ @SelectableTextAlign.setter
3121
+ def SelectableTextAlign(self, arg0: Vec2) -> None:
3122
+ pass
3123
+ @property
3124
+ def SeparatorTextAlign(self) -> Vec2:
3125
+ """
3126
+ :type: Vec2
3127
+ """
3128
+ @SeparatorTextAlign.setter
3129
+ def SeparatorTextAlign(self, arg0: Vec2) -> None:
3130
+ pass
3131
+ @property
3132
+ def SeparatorTextBorderSize(self) -> float:
3133
+ """
3134
+ :type: float
3135
+ """
3136
+ @SeparatorTextBorderSize.setter
3137
+ def SeparatorTextBorderSize(self, arg0: typing.SupportsFloat) -> None:
3138
+ pass
3139
+ @property
3140
+ def SeparatorTextPadding(self) -> Vec2:
3141
+ """
3142
+ :type: Vec2
3143
+ """
3144
+ @SeparatorTextPadding.setter
3145
+ def SeparatorTextPadding(self, arg0: Vec2) -> None:
3146
+ pass
3147
+ @property
3148
+ def TabBarBorderSize(self) -> float:
3149
+ """
3150
+ :type: float
3151
+ """
3152
+ @TabBarBorderSize.setter
3153
+ def TabBarBorderSize(self, arg0: typing.SupportsFloat) -> None:
3154
+ pass
3155
+ @property
3156
+ def TabBarOverlineSize(self) -> float:
3157
+ """
3158
+ :type: float
3159
+ """
3160
+ @TabBarOverlineSize.setter
3161
+ def TabBarOverlineSize(self, arg0: typing.SupportsFloat) -> None:
3162
+ pass
3163
+ @property
3164
+ def TabBorderSize(self) -> float:
3165
+ """
3166
+ :type: float
3167
+ """
3168
+ @TabBorderSize.setter
3169
+ def TabBorderSize(self, arg0: typing.SupportsFloat) -> None:
3170
+ pass
3171
+ @property
3172
+ def TabCloseButtonMinWidthSelected(self) -> float:
3173
+ """
3174
+ :type: float
3175
+ """
3176
+ @TabCloseButtonMinWidthSelected.setter
3177
+ def TabCloseButtonMinWidthSelected(self, arg0: typing.SupportsFloat) -> None:
3178
+ pass
3179
+ @property
3180
+ def TabCloseButtonMinWidthUnselected(self) -> float:
3181
+ """
3182
+ :type: float
3183
+ """
3184
+ @TabCloseButtonMinWidthUnselected.setter
3185
+ def TabCloseButtonMinWidthUnselected(self, arg0: typing.SupportsFloat) -> None:
3186
+ pass
3187
+ @property
3188
+ def TabRounding(self) -> float:
3189
+ """
3190
+ :type: float
3191
+ """
3192
+ @TabRounding.setter
3193
+ def TabRounding(self, arg0: typing.SupportsFloat) -> None:
3194
+ pass
3195
+ @property
3196
+ def TableAngledHeadersAngle(self) -> float:
3197
+ """
3198
+ :type: float
3199
+ """
3200
+ @TableAngledHeadersAngle.setter
3201
+ def TableAngledHeadersAngle(self, arg0: typing.SupportsFloat) -> None:
3202
+ pass
3203
+ @property
3204
+ def TableAngledHeadersTextAlign(self) -> Vec2:
3205
+ """
3206
+ :type: Vec2
3207
+ """
3208
+ @TableAngledHeadersTextAlign.setter
3209
+ def TableAngledHeadersTextAlign(self, arg0: Vec2) -> None:
3210
+ pass
3211
+ @property
3212
+ def TouchExtraPadding(self) -> Vec2:
3213
+ """
3214
+ :type: Vec2
3215
+ """
3216
+ @TouchExtraPadding.setter
3217
+ def TouchExtraPadding(self, arg0: Vec2) -> None:
3218
+ pass
3219
+ @property
3220
+ def TreeLinesFlags(self) -> int:
3221
+ """
3222
+ :type: int
3223
+ """
3224
+ @TreeLinesFlags.setter
3225
+ def TreeLinesFlags(self, arg0: typing.SupportsInt) -> None:
3226
+ pass
3227
+ @property
3228
+ def TreeLinesRounding(self) -> float:
3229
+ """
3230
+ :type: float
3231
+ """
3232
+ @TreeLinesRounding.setter
3233
+ def TreeLinesRounding(self, arg0: typing.SupportsFloat) -> None:
3234
+ pass
3235
+ @property
3236
+ def TreeLinesSize(self) -> float:
3237
+ """
3238
+ :type: float
3239
+ """
3240
+ @TreeLinesSize.setter
3241
+ def TreeLinesSize(self, arg0: typing.SupportsFloat) -> None:
3242
+ pass
3243
+ @property
3244
+ def WindowBorderHoverPadding(self) -> float:
3245
+ """
3246
+ :type: float
3247
+ """
3248
+ @WindowBorderHoverPadding.setter
3249
+ def WindowBorderHoverPadding(self, arg0: typing.SupportsFloat) -> None:
3250
+ pass
3251
+ @property
3252
+ def WindowBorderSize(self) -> float:
3253
+ """
3254
+ :type: float
3255
+ """
3256
+ @WindowBorderSize.setter
3257
+ def WindowBorderSize(self, arg0: typing.SupportsFloat) -> None:
3258
+ pass
3259
+ @property
3260
+ def WindowMenuButtonPosition(self) -> ImGuiDir:
3261
+ """
3262
+ :type: ImGuiDir
3263
+ """
3264
+ @WindowMenuButtonPosition.setter
3265
+ def WindowMenuButtonPosition(self, arg0: ImGuiDir) -> None:
3266
+ pass
3267
+ @property
3268
+ def WindowMinSize(self) -> Vec2:
3269
+ """
3270
+ :type: Vec2
3271
+ """
3272
+ @WindowMinSize.setter
3273
+ def WindowMinSize(self, arg0: Vec2) -> None:
3274
+ pass
3275
+ @property
3276
+ def WindowPadding(self) -> Vec2:
3277
+ """
3278
+ :type: Vec2
3279
+ """
3280
+ @WindowPadding.setter
3281
+ def WindowPadding(self, arg0: Vec2) -> None:
3282
+ pass
3283
+ @property
3284
+ def WindowRounding(self) -> float:
3285
+ """
3286
+ :type: float
3287
+ """
3288
+ @WindowRounding.setter
3289
+ def WindowRounding(self, arg0: typing.SupportsFloat) -> None:
3290
+ pass
3291
+ @property
3292
+ def WindowTitleAlign(self) -> Vec2:
3293
+ """
3294
+ :type: Vec2
3295
+ """
3296
+ @WindowTitleAlign.setter
3297
+ def WindowTitleAlign(self, arg0: Vec2) -> None:
3298
+ pass
3299
+ pass
3300
+ class StyleVar():
3301
+ Alpha = 0
3302
+ ButtonTextAlign = 31
3303
+ CellPadding = 17
3304
+ ChildBorderSize = 8
3305
+ ChildRounding = 7
3306
+ DisabledAlpha = 1
3307
+ FrameBorderSize = 13
3308
+ FramePadding = 11
3309
+ FrameRounding = 12
3310
+ GrabMinSize = 20
3311
+ GrabRounding = 21
3312
+ ImageBorderSize = 22
3313
+ IndentSpacing = 16
3314
+ ItemInnerSpacing = 15
3315
+ ItemSpacing = 14
3316
+ PopupBorderSize = 10
3317
+ PopupRounding = 9
3318
+ ScrollbarRounding = 19
3319
+ ScrollbarSize = 18
3320
+ SelectableTextAlign = 32
3321
+ SeparatorTextAlign = 34
3322
+ SeparatorTextBorderSize = 33
3323
+ SeparatorTextPadding = 35
3324
+ TabBarBorderSize = 25
3325
+ TabBorderSize = 24
3326
+ TabRounding = 23
3327
+ TableAngledHeadersAngle = 27
3328
+ TableAngledHeadersTextAlign = 28
3329
+ WindowBorderSize = 4
3330
+ WindowMinSize = 5
3331
+ WindowPadding = 2
3332
+ WindowRounding = 3
3333
+ WindowTitleAlign = 6
3334
+ pass
3335
+ class TabBarFlags():
3336
+ AutoSelectNewTabs = 2
3337
+ DrawSelectedOverline = 64
3338
+ FittingPolicyDefault_ = 128
3339
+ FittingPolicyMask_ = 384
3340
+ FittingPolicyResizeDown = 128
3341
+ FittingPolicyScroll = 256
3342
+ NoCloseWithMiddleMouseButton = 8
3343
+ NoTabListScrollingButtons = 16
3344
+ NoTooltip = 32
3345
+ None_ = 0
3346
+ Reorderable = 1
3347
+ TabListPopupButton = 4
3348
+ pass
3349
+ class TabItemFlags():
3350
+ Leading = 64
3351
+ NoCloseWithMiddleMouseButton = 4
3352
+ NoPushId = 8
3353
+ NoReorder = 32
3354
+ NoTooltip = 16
3355
+ None_ = 0
3356
+ SetSelected = 2
3357
+ Trailing = 128
3358
+ UnsavedDocument = 1
3359
+ pass
3360
+ class TableBgTarget():
3361
+ CellBg = 3
3362
+ None_ = 0
3363
+ RowBg0 = 1
3364
+ RowBg1 = 2
3365
+ pass
3366
+ class TableColumnFlags():
3367
+ DefaultHide = 2
3368
+ DefaultSort = 4
3369
+ Disabled = 1
3370
+ IndentDisable = 131072
3371
+ IndentEnable = 65536
3372
+ IsEnabled = 16777216
3373
+ IsHovered = 134217728
3374
+ IsSorted = 67108864
3375
+ IsVisible = 33554432
3376
+ NoClip = 256
3377
+ NoHeaderLabel = 4096
3378
+ NoHeaderWidth = 8192
3379
+ NoHide = 128
3380
+ NoReorder = 64
3381
+ NoResize = 32
3382
+ NoSort = 512
3383
+ NoSortAscending = 1024
3384
+ NoSortDescending = 2048
3385
+ None_ = 0
3386
+ PreferSortAscending = 16384
3387
+ PreferSortDescending = 32768
3388
+ WidthFixed = 16
3389
+ WidthStretch = 8
3390
+ pass
3391
+ class TableColumnSortSpecs():
3392
+ def __init__(self) -> None: ...
3393
+ @property
3394
+ def ColumnIndex(self) -> int:
3395
+ """
3396
+ :type: int
3397
+ """
3398
+ @ColumnIndex.setter
3399
+ def ColumnIndex(self, arg0: typing.SupportsInt) -> None:
3400
+ pass
3401
+ @property
3402
+ def ColumnUserID(self) -> int:
3403
+ """
3404
+ :type: int
3405
+ """
3406
+ @ColumnUserID.setter
3407
+ def ColumnUserID(self, arg0: typing.SupportsInt) -> None:
3408
+ pass
3409
+ @property
3410
+ def SortDirection(self) -> ImGuiSortDirection:
3411
+ """
3412
+ :type: ImGuiSortDirection
3413
+ """
3414
+ @SortDirection.setter
3415
+ def SortDirection(self, arg1: ImGuiSortDirection) -> None:
3416
+ pass
3417
+ @property
3418
+ def SortOrder(self) -> int:
3419
+ """
3420
+ :type: int
3421
+ """
3422
+ @SortOrder.setter
3423
+ def SortOrder(self, arg0: typing.SupportsInt) -> None:
3424
+ pass
3425
+ pass
3426
+ class TableFlags():
3427
+ Borders = 1920
3428
+ BordersH = 384
3429
+ BordersInner = 640
3430
+ BordersInnerH = 128
3431
+ BordersInnerV = 512
3432
+ BordersOuter = 1280
3433
+ BordersOuterH = 256
3434
+ BordersOuterV = 1024
3435
+ BordersV = 1536
3436
+ ContextMenuInBody = 32
3437
+ Hideable = 4
3438
+ NoBordersInBody = 2048
3439
+ NoBordersInBodyUntilResize = 4096
3440
+ NoClip = 1048576
3441
+ NoHostExtendX = 65536
3442
+ NoHostExtendY = 131072
3443
+ NoKeepColumnsVisible = 262144
3444
+ NoPadInnerX = 8388608
3445
+ NoPadOuterX = 4194304
3446
+ NoSavedSettings = 16
3447
+ None_ = 0
3448
+ PadOuterX = 2097152
3449
+ PreciseWidths = 524288
3450
+ Reorderable = 2
3451
+ Resizable = 1
3452
+ RowBg = 64
3453
+ ScrollX = 16777216
3454
+ ScrollY = 33554432
3455
+ SizingFixedFit = 8192
3456
+ SizingFixedSame = 16384
3457
+ SizingStretchProp = 24576
3458
+ SizingStretchSame = 32768
3459
+ SortMulti = 67108864
3460
+ SortTristate = 134217728
3461
+ Sortable = 8
3462
+ pass
3463
+ class TableRowFlags():
3464
+ Headers = 1
3465
+ None_ = 0
3466
+ pass
3467
+ class TableSortSpecs():
3468
+ def __init__(self) -> None: ...
3469
+ @property
3470
+ def Specs(self) -> ListWrapperTCSS:
3471
+ """
3472
+ :type: ListWrapperTCSS
3473
+ """
3474
+ @property
3475
+ def SpecsDirty(self) -> bool:
3476
+ """
3477
+ :type: bool
3478
+ """
3479
+ @SpecsDirty.setter
3480
+ def SpecsDirty(self, arg0: bool) -> None:
3481
+ pass
3482
+ pass
3483
+ class Texture():
3484
+ @property
3485
+ def height(self) -> int:
3486
+ """
3487
+ :type: int
3488
+ """
3489
+ @height.setter
3490
+ def height(self, arg0: typing.SupportsInt) -> None:
3491
+ pass
3492
+ @property
3493
+ def texID(self) -> int:
3494
+ """
3495
+ :type: int
3496
+ """
3497
+ @texID.setter
3498
+ def texID(self, arg0: typing.SupportsInt) -> None:
3499
+ pass
3500
+ @property
3501
+ def width(self) -> int:
3502
+ """
3503
+ :type: int
3504
+ """
3505
+ @width.setter
3506
+ def width(self, arg0: typing.SupportsInt) -> None:
3507
+ pass
3508
+ pass
3509
+ class TextureFormat():
3510
+ Alpha8 = 1
3511
+ RGBA32 = 0
3512
+ pass
3513
+ class TextureStatus():
3514
+ Destroyed = 1
3515
+ OK = 0
3516
+ WantCreate = 2
3517
+ WantDestroy = 4
3518
+ WantUpdates = 3
3519
+ pass
3520
+ class TreeNodeFlags():
3521
+ AllowOverlap = 4
3522
+ Bullet = 512
3523
+ CollapsingHeader = 26
3524
+ DefaultOpen = 32
3525
+ DrawLinesFull = 524288
3526
+ DrawLinesNone = 262144
3527
+ DrawLinesToNodes = 1048576
3528
+ FramePadding = 1024
3529
+ Framed = 2
3530
+ LabelSpanAllColumns = 32768
3531
+ Leaf = 256
3532
+ NavLeftJumpsToParent = 131072
3533
+ NoAutoOpenOnLog = 16
3534
+ NoTreePushOnOpen = 8
3535
+ None_ = 0
3536
+ OpenOnArrow = 128
3537
+ OpenOnDoubleClick = 64
3538
+ Selected = 1
3539
+ SpanAllColumns = 16384
3540
+ SpanAvailWidth = 2048
3541
+ SpanFullWidth = 4096
3542
+ SpanLabelWidth = 8192
3543
+ pass
3544
+ class Vec2():
3545
+ @typing.overload
3546
+ def __init__(self) -> None: ...
3547
+ @typing.overload
3548
+ def __init__(self, x: typing.SupportsFloat, y: typing.SupportsFloat) -> None: ...
3549
+ def __str__(self) -> str: ...
3550
+ @property
3551
+ def x(self) -> float:
3552
+ """
3553
+ :type: float
3554
+ """
3555
+ @x.setter
3556
+ def x(self, arg0: typing.SupportsFloat) -> None:
3557
+ pass
3558
+ @property
3559
+ def y(self) -> float:
3560
+ """
3561
+ :type: float
3562
+ """
3563
+ @y.setter
3564
+ def y(self, arg0: typing.SupportsFloat) -> None:
3565
+ pass
3566
+ pass
3567
+ class Vec2List():
3568
+ """
3569
+ Thin wrapper over a std::vector<ImVec2>
3570
+ """
3571
+ def __getitem__(self, index: typing.SupportsInt) -> ImVec2: ...
3572
+ @typing.overload
3573
+ def __init__(self) -> None: ...
3574
+ @typing.overload
3575
+ def __init__(self, vals: collections.abc.Sequence[ImVec2] = []) -> None: ...
3576
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
3577
+ def __len__(self) -> int: ...
3578
+ def __setitem__(self, index: typing.SupportsInt, val: ImVec2) -> None: ...
3579
+ def append(self, val: ImVec2) -> None:
3580
+ """
3581
+ Append a value to the end
3582
+ """
3583
+ def clear(self) -> None: ...
3584
+ def pop(self) -> ImVec2:
3585
+ """
3586
+ Pop a value from the end
3587
+ """
3588
+ def resize(self, size: typing.SupportsInt) -> None:
3589
+ """
3590
+ Resize the vector, dropping any lost values
3591
+ """
3592
+ pass
3593
+ class Vec4():
3594
+ @typing.overload
3595
+ def __init__(self) -> None: ...
3596
+ @typing.overload
3597
+ def __init__(self, x: typing.SupportsFloat, y: typing.SupportsFloat, z: typing.SupportsFloat, w: typing.SupportsFloat) -> None: ...
3598
+ def __str__(self) -> str: ...
3599
+ @property
3600
+ def w(self) -> float:
3601
+ """
3602
+ :type: float
3603
+ """
3604
+ @w.setter
3605
+ def w(self, arg0: typing.SupportsFloat) -> None:
3606
+ pass
3607
+ @property
3608
+ def x(self) -> float:
3609
+ """
3610
+ :type: float
3611
+ """
3612
+ @x.setter
3613
+ def x(self, arg0: typing.SupportsFloat) -> None:
3614
+ pass
3615
+ @property
3616
+ def y(self) -> float:
3617
+ """
3618
+ :type: float
3619
+ """
3620
+ @y.setter
3621
+ def y(self, arg0: typing.SupportsFloat) -> None:
3622
+ pass
3623
+ @property
3624
+ def z(self) -> float:
3625
+ """
3626
+ :type: float
3627
+ """
3628
+ @z.setter
3629
+ def z(self, arg0: typing.SupportsFloat) -> None:
3630
+ pass
3631
+ pass
3632
+ class Viewport():
3633
+ def GetCenter(self) -> Vec2: ...
3634
+ def GetWorkCenter(self) -> Vec2: ...
3635
+ @property
3636
+ def Flags(self) -> int:
3637
+ """
3638
+ :type: int
3639
+ """
3640
+ @Flags.setter
3641
+ def Flags(self, arg0: typing.SupportsInt) -> None:
3642
+ pass
3643
+ @property
3644
+ def Pos(self) -> Vec2:
3645
+ """
3646
+ :type: Vec2
3647
+ """
3648
+ @Pos.setter
3649
+ def Pos(self, arg0: Vec2) -> None:
3650
+ pass
3651
+ @property
3652
+ def Size(self) -> Vec2:
3653
+ """
3654
+ :type: Vec2
3655
+ """
3656
+ @Size.setter
3657
+ def Size(self, arg0: Vec2) -> None:
3658
+ pass
3659
+ @property
3660
+ def WorkPos(self) -> Vec2:
3661
+ """
3662
+ :type: Vec2
3663
+ """
3664
+ @WorkPos.setter
3665
+ def WorkPos(self, arg0: Vec2) -> None:
3666
+ pass
3667
+ @property
3668
+ def WorkSize(self) -> Vec2:
3669
+ """
3670
+ :type: Vec2
3671
+ """
3672
+ @WorkSize.setter
3673
+ def WorkSize(self, arg0: Vec2) -> None:
3674
+ pass
3675
+ pass
3676
+ class ViewportFlags():
3677
+ IsPlatformMonitor = 2
3678
+ IsPlatformWindow = 1
3679
+ None_ = 0
3680
+ OwnedByApp = 4
3681
+ pass
3682
+ class WCharList():
3683
+ """
3684
+ Thin wrapper over a std::vector<ImWchar>
3685
+ """
3686
+ def __getitem__(self, index: typing.SupportsInt) -> int: ...
3687
+ @typing.overload
3688
+ def __init__(self) -> None: ...
3689
+ @typing.overload
3690
+ def __init__(self, vals: collections.abc.Sequence[typing.SupportsInt] = []) -> None: ...
3691
+ def __iter__(self) -> collections.abc.typing.Iterator: ...
3692
+ def __len__(self) -> int: ...
3693
+ def __setitem__(self, index: typing.SupportsInt, val: typing.SupportsInt) -> None: ...
3694
+ def append(self, val: typing.SupportsInt) -> None:
3695
+ """
3696
+ Append a value to the end
3697
+ """
3698
+ def clear(self) -> None: ...
3699
+ def pop(self) -> int:
3700
+ """
3701
+ Pop a value from the end
3702
+ """
3703
+ def resize(self, size: typing.SupportsInt) -> None:
3704
+ """
3705
+ Resize the vector, dropping any lost values
3706
+ """
3707
+ pass
3708
+ class WindowFlags():
3709
+ AlwaysAutoResize = 64
3710
+ AlwaysHorizontalScrollbar = 32768
3711
+ AlwaysVerticalScrollbar = 16384
3712
+ HorizontalScrollbar = 2048
3713
+ MenuBar = 1024
3714
+ NoBackground = 128
3715
+ NoBringToFrontOnFocus = 8192
3716
+ NoCollapse = 32
3717
+ NoDecoration = 43
3718
+ NoFocusOnAppearing = 4096
3719
+ NoInputs = 197120
3720
+ NoMouseInputs = 512
3721
+ NoMove = 4
3722
+ NoNav = 196608
3723
+ NoNavFocus = 131072
3724
+ NoNavInputs = 65536
3725
+ NoResize = 2
3726
+ NoSavedSettings = 256
3727
+ NoScrollWithMouse = 16
3728
+ NoScrollbar = 8
3729
+ NoTitleBar = 1
3730
+ None_ = 0
3731
+ UnsavedDocument = 262144
3732
+ pass
3733
+ def AcceptDragDropPayload(type: str, flags: typing.SupportsInt = 0) -> ImGuiPayload:
3734
+ pass
3735
+ def AlignTextToFramePadding() -> None:
3736
+ pass
3737
+ def ArrowButton(str_id: str, dir: typing.SupportsInt) -> bool:
3738
+ pass
3739
+ def Begin(name: str, p_open: typing.Optional[BoolRef] = None, flags: typing.SupportsInt = 0) -> bool:
3740
+ pass
3741
+ @typing.overload
3742
+ def BeginChild(id: typing.SupportsInt, size: Vec2 = Vec2(0, 0), child_flags: typing.SupportsInt = 0, window_flags: typing.SupportsInt = 0) -> bool:
3743
+ pass
3744
+ @typing.overload
3745
+ def BeginChild(str_id: str, size: Vec2 = Vec2(0, 0), child_flags: typing.SupportsInt = 0, window_flags: typing.SupportsInt = 0) -> bool:
3746
+ pass
3747
+ def BeginCombo(label: str, preview_value: str, flags: typing.SupportsInt = 0) -> bool:
3748
+ pass
3749
+ def BeginDisabled(disabled: bool = True) -> None:
3750
+ pass
3751
+ def BeginDragDropSource(flags: typing.SupportsInt = 0) -> bool:
3752
+ pass
3753
+ def BeginDragDropTarget() -> bool:
3754
+ pass
3755
+ def BeginGroup() -> None:
3756
+ pass
3757
+ def BeginItemTooltip() -> bool:
3758
+ pass
3759
+ def BeginListBox(label: str, size: Vec2 = Vec2(0, 0)) -> bool:
3760
+ pass
3761
+ def BeginMainMenuBar() -> bool:
3762
+ pass
3763
+ def BeginMenu(label: str, enabled: bool = True) -> bool:
3764
+ pass
3765
+ def BeginMenuBar() -> bool:
3766
+ pass
3767
+ def BeginPopup(str_id: str, flags: typing.SupportsInt = 0) -> bool:
3768
+ pass
3769
+ def BeginPopupContextItem(str_id: typing.Optional[str] = None, popup_flags: typing.SupportsInt = 1) -> bool:
3770
+ pass
3771
+ def BeginPopupContextVoid(str_id: typing.Optional[str] = None, popup_flags: typing.SupportsInt = 1) -> bool:
3772
+ pass
3773
+ def BeginPopupContextWindow(str_id: typing.Optional[str] = None, popup_flags: typing.SupportsInt = 1) -> bool:
3774
+ pass
3775
+ def BeginPopupModal(name: str, p_open: typing.Optional[BoolRef] = None, flags: typing.SupportsInt = 0) -> bool:
3776
+ pass
3777
+ def BeginTabBar(str_id: str, flags: typing.SupportsInt = 0) -> bool:
3778
+ pass
3779
+ def BeginTabItem(label: str, p_open: typing.Optional[BoolRef] = None, flags: typing.SupportsInt = 0) -> bool:
3780
+ pass
3781
+ def BeginTable(str_id: str, column: typing.SupportsInt, flags: typing.SupportsInt = 0, outer_size: Vec2 = Vec2(0, 0), inner_width: typing.SupportsFloat = 0.0) -> bool:
3782
+ pass
3783
+ def BeginTooltip() -> bool:
3784
+ pass
3785
+ def Bullet() -> None:
3786
+ pass
3787
+ def BulletText(text: str) -> None:
3788
+ pass
3789
+ def Button(label: str, size: Vec2 = Vec2(0, 0)) -> bool:
3790
+ pass
3791
+ def CalcItemWidth() -> float:
3792
+ pass
3793
+ def CalcTextSize(text: str, hide_text_after_double_hash: bool = False, wrap_width: typing.SupportsFloat = -1.0) -> Vec2:
3794
+ pass
3795
+ def CheckBox(label: str, cur_state: BoolRef) -> bool:
3796
+ pass
3797
+ def CheckBoxFlags(label: str, cur_flags: IntRef, flags_value: typing.SupportsInt) -> bool:
3798
+ pass
3799
+ def CloseCurrentPopup() -> None:
3800
+ pass
3801
+ @typing.overload
3802
+ def CollapsingHeader(label: str, flags: typing.SupportsInt = 0) -> bool:
3803
+ pass
3804
+ @typing.overload
3805
+ def CollapsingHeader(label: str, p_visible: BoolRef, flags: typing.SupportsInt = 0) -> bool:
3806
+ pass
3807
+ def ColorButton(desc_id: str, col: Vec4, flags: typing.SupportsInt = 0, size: Vec2 = Vec2(0, 0)) -> bool:
3808
+ pass
3809
+ def ColorConvertFloat4ToU32(inColor: Vec4) -> int:
3810
+ pass
3811
+ def ColorConvertHSVtoRGB(h: typing.SupportsFloat, s: typing.SupportsFloat, v: typing.SupportsFloat) -> tuple:
3812
+ pass
3813
+ def ColorConvertRGBtoHSV(r: typing.SupportsFloat, g: typing.SupportsFloat, b: typing.SupportsFloat) -> tuple:
3814
+ pass
3815
+ def ColorConvertU32ToFloat4(inColor: typing.SupportsInt) -> Vec4:
3816
+ pass
3817
+ def ColorEdit3(label: str, col: Vec4, flags: typing.SupportsInt = 0) -> bool:
3818
+ pass
3819
+ def ColorEdit4(label: str, col: Vec4, flags: typing.SupportsInt = 0) -> bool:
3820
+ pass
3821
+ def ColorPicker3(label: str, col: Vec4, flags: typing.SupportsInt = 0) -> bool:
3822
+ pass
3823
+ def ColorPicker4(label: str, col: Vec4, flags: typing.SupportsInt = 0, ref_col: typing.Optional[Vec4] = None) -> bool:
3824
+ pass
3825
+ def CreateContext(shared_font_atlas: typing.Optional[ImFontAtlas] = None) -> Context:
3826
+ pass
3827
+ def DebugFlashStyleColor(idx: typing.SupportsInt) -> None:
3828
+ pass
3829
+ def DebugStartItemPicker() -> None:
3830
+ pass
3831
+ def DebugTextEncoding(text: str) -> None:
3832
+ pass
3833
+ def DestroyContext(ctx: typing.Optional[Context] = None) -> None:
3834
+ pass
3835
+ def DragFloat(label: str, value: FloatRef, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsFloat = 0.0, v_max: typing.SupportsFloat = 0.0, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
3836
+ pass
3837
+ def DragFloat2(label: str, value: FloatList, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsFloat = 0.0, v_max: typing.SupportsFloat = 0.0, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
3838
+ pass
3839
+ def DragFloat3(label: str, value: FloatList, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsFloat = 0.0, v_max: typing.SupportsFloat = 0.0, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
3840
+ pass
3841
+ def DragFloat4(label: str, value: FloatList, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsFloat = 0.0, v_max: typing.SupportsFloat = 0.0, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
3842
+ pass
3843
+ def DragFloatRange2(label: str, v_current_min: FloatRef, v_current_max: FloatRef, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsFloat = 0.0, v_max: typing.SupportsFloat = 0.0, format: str = '%.3f', format_max: typing.Optional[str] = None, flags: typing.SupportsInt = 0) -> bool:
3844
+ pass
3845
+ def DragInt(label: str, value: IntRef, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsInt = 0, v_max: typing.SupportsInt = 0, format: str = '%d', flags: typing.SupportsInt = 0) -> bool:
3846
+ pass
3847
+ def DragInt2(label: str, value: IntList, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsInt = 0, v_max: typing.SupportsInt = 0, format: str = '%d', flags: typing.SupportsInt = 0) -> bool:
3848
+ pass
3849
+ def DragInt3(label: str, value: IntList, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsInt = 0, v_max: typing.SupportsInt = 0, format: str = '%d', flags: typing.SupportsInt = 0) -> bool:
3850
+ pass
3851
+ def DragInt4(label: str, value: IntList, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsInt = 0, v_max: typing.SupportsInt = 0, format: str = '%d', flags: typing.SupportsInt = 0) -> bool:
3852
+ pass
3853
+ def DragIntRange2(label: str, v_current_min: IntRef, v_current_max: IntRef, v_speed: typing.SupportsFloat = 1.0, v_min: typing.SupportsInt = 0, v_max: typing.SupportsInt = 0, format: str = '%d', format_max: typing.Optional[str] = None, flags: typing.SupportsInt = 0) -> tuple:
3854
+ pass
3855
+ def Dummy(size: Vec2) -> None:
3856
+ pass
3857
+ def End() -> None:
3858
+ pass
3859
+ def EndChild() -> None:
3860
+ pass
3861
+ def EndCombo() -> None:
3862
+ pass
3863
+ def EndDisabled() -> None:
3864
+ pass
3865
+ def EndDragDropSource() -> None:
3866
+ pass
3867
+ def EndDragDropTarget() -> None:
3868
+ pass
3869
+ def EndFrame() -> None:
3870
+ pass
3871
+ def EndGroup() -> None:
3872
+ pass
3873
+ def EndListBox() -> None:
3874
+ pass
3875
+ def EndMainMenuBar() -> None:
3876
+ pass
3877
+ def EndMenu() -> None:
3878
+ pass
3879
+ def EndMenuBar() -> None:
3880
+ pass
3881
+ def EndPopup() -> None:
3882
+ pass
3883
+ def EndTabBar() -> None:
3884
+ pass
3885
+ def EndTabItem() -> None:
3886
+ pass
3887
+ def EndTable() -> None:
3888
+ pass
3889
+ def EndTooltip() -> None:
3890
+ pass
3891
+ def GetBackgroundDrawList() -> ImDrawList:
3892
+ pass
3893
+ def GetClipboardText() -> str:
3894
+ pass
3895
+ @typing.overload
3896
+ def GetColorU32(col: Vec4) -> int:
3897
+ pass
3898
+ @typing.overload
3899
+ def GetColorU32(col: typing.SupportsInt, alpha_mul: typing.SupportsFloat = 1.0) -> int:
3900
+ pass
3901
+ @typing.overload
3902
+ def GetColorU32(idx: typing.SupportsInt, alpha_mul: typing.SupportsFloat = 1.0) -> int:
3903
+ pass
3904
+ def GetContentRegionAvail() -> Vec2:
3905
+ pass
3906
+ def GetCurrentContext() -> Context:
3907
+ pass
3908
+ def GetCursorPos() -> Vec2:
3909
+ pass
3910
+ def GetCursorPosX() -> float:
3911
+ pass
3912
+ def GetCursorPosY() -> float:
3913
+ pass
3914
+ def GetCursorScreenPos() -> Vec2:
3915
+ pass
3916
+ def GetCursorStartPos() -> Vec2:
3917
+ pass
3918
+ def GetDragDropPayload() -> ImGuiPayload:
3919
+ pass
3920
+ def GetDrawData() -> DrawData:
3921
+ pass
3922
+ def GetDrawListSharedData() -> ImDrawListSharedData:
3923
+ pass
3924
+ def GetFont() -> ImFont:
3925
+ pass
3926
+ def GetFontSize() -> float:
3927
+ pass
3928
+ def GetFontTexUvWhitePixel() -> Vec2:
3929
+ pass
3930
+ def GetForegroundDrawList() -> ImDrawList:
3931
+ pass
3932
+ def GetFrameCount() -> int:
3933
+ pass
3934
+ def GetFrameHeight() -> float:
3935
+ pass
3936
+ def GetFrameHeightWithSpacing() -> float:
3937
+ pass
3938
+ @typing.overload
3939
+ def GetID(int_id: typing.SupportsInt) -> int:
3940
+ pass
3941
+ @typing.overload
3942
+ def GetID(ptr_id: typing_extensions.CapsuleType) -> int:
3943
+ pass
3944
+ @typing.overload
3945
+ def GetID(str_id: str) -> int:
3946
+ pass
3947
+ @typing.overload
3948
+ def GetID(str_id_begin: str, str_id_end: str) -> int:
3949
+ pass
3950
+ def GetIO() -> IO:
3951
+ pass
3952
+ def GetItemID() -> int:
3953
+ pass
3954
+ def GetItemRectMax() -> Vec2:
3955
+ pass
3956
+ def GetItemRectMin() -> Vec2:
3957
+ pass
3958
+ def GetItemRectSize() -> Vec2:
3959
+ pass
3960
+ def GetKeyName(key: ImKey) -> str:
3961
+ pass
3962
+ def GetKeyPressedAmount(key: ImKey, repeat_delay: typing.SupportsFloat, rate: typing.SupportsFloat) -> int:
3963
+ pass
3964
+ def GetMainViewport() -> Viewport:
3965
+ pass
3966
+ def GetMouseCursor() -> int:
3967
+ pass
3968
+ def GetMouseDragDelta(button: typing.SupportsInt = 0, locl_threshold: typing.SupportsFloat = -1.0) -> Vec2:
3969
+ pass
3970
+ def GetMousePos() -> Vec2:
3971
+ pass
3972
+ def GetMousePosOnOpeningCurrentPopup() -> Vec2:
3973
+ pass
3974
+ def GetScrollMaxX() -> float:
3975
+ pass
3976
+ def GetScrollMaxY() -> float:
3977
+ pass
3978
+ def GetScrollX() -> float:
3979
+ pass
3980
+ def GetScrollY() -> float:
3981
+ pass
3982
+ def GetStateStorage() -> ImGuiStorage:
3983
+ pass
3984
+ def GetStyle() -> Style:
3985
+ pass
3986
+ def GetStyleColorName(idx: typing.SupportsInt) -> str:
3987
+ pass
3988
+ def GetStyleColorVec4(idx: typing.SupportsInt) -> Vec4:
3989
+ pass
3990
+ def GetTextLineHeight() -> float:
3991
+ pass
3992
+ def GetTextLineHeightWithSpacing() -> float:
3993
+ pass
3994
+ def GetTime() -> float:
3995
+ pass
3996
+ def GetTreeNodeToLabelSpacing() -> float:
3997
+ pass
3998
+ def GetVersion() -> str:
3999
+ pass
4000
+ def GetWindowDrawList() -> ImDrawList:
4001
+ pass
4002
+ def GetWindowHeight() -> float:
4003
+ pass
4004
+ def GetWindowPos() -> Vec2:
4005
+ pass
4006
+ def GetWindowSize() -> Vec2:
4007
+ pass
4008
+ def GetWindowWidth() -> float:
4009
+ pass
4010
+ def Image(texID: Texture, size: Vec2, uv0: Vec2 = Vec2(0, 0), uv1: Vec2 = Vec2(1, 1)) -> None:
4011
+ pass
4012
+ def ImageButton(str_id: str, texID: Texture, size: Vec2, uv0: Vec2 = Vec2(0, 0), uv1: Vec2 = Vec2(1, 1), bg_col: Vec4 = Vec4(0, 0, 0, 0), tint_col: Vec4 = Vec4(1, 1, 1, 1)) -> bool:
4013
+ pass
4014
+ def ImageWithBg(texID: Texture, image_size: Vec2, uv0: Vec2 = Vec2(0, 0), uv1: Vec2 = Vec2(1, 1), ubg_col: Vec4 = Vec4(0, 0, 0, 0), uv1: Vec4 = Vec4(1, 1, 1, 1)) -> None:
4015
+ pass
4016
+ def Indent(indent_w: typing.SupportsFloat = 0.0) -> None:
4017
+ pass
4018
+ def InitContextForGLFW(window: typing_extensions.CapsuleType, glsl_version: typing.Optional[str] = None) -> None:
4019
+ pass
4020
+ def InputFloat(label: str, v: FloatRef, step: typing.SupportsFloat = 0.0, step_fast: typing.SupportsFloat = 0.0, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
4021
+ """
4022
+ Input for a single float value
4023
+ """
4024
+ def InputFloat2(label: str, v: FloatList, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
4025
+ """
4026
+ Input for a pair of float values
4027
+ """
4028
+ def InputFloat3(label: str, v: FloatList, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
4029
+ """
4030
+ Input for a triplet of floats
4031
+ """
4032
+ def InputFloat4(label: str, v: FloatList, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
4033
+ """
4034
+ Input for four floats
4035
+ """
4036
+ def InputInt(label: str, v: IntRef, step: typing.SupportsInt = 1, step_fast: typing.SupportsInt = 100, flags: typing.SupportsInt = 0) -> bool:
4037
+ """
4038
+ Input for a single int
4039
+ """
4040
+ def InputInt2(label: str, v: IntList, flags: typing.SupportsInt = 0) -> bool:
4041
+ """
4042
+ Input for a pair of ints
4043
+ """
4044
+ def InputInt3(label: str, v: IntList, flags: typing.SupportsInt = 0) -> bool:
4045
+ """
4046
+ Input for a triplet of ints
4047
+ """
4048
+ def InputInt4(label: str, v: IntList, flags: typing.SupportsInt = 0) -> bool:
4049
+ """
4050
+ Input for four ints
4051
+ """
4052
+ def InputText(label: str, value: StrRef, flags: typing.SupportsInt = 0) -> bool:
4053
+ """
4054
+ Single line text input
4055
+ """
4056
+ def InputTextMultiline(label: str, value: StrRef, size: Vec2 = Vec2(0, 0), flags: typing.SupportsInt = 0) -> bool:
4057
+ """
4058
+ Multiline text input
4059
+ """
4060
+ def InputTextWithHint(label: str, hint: str, value: StrRef, flags: typing.SupportsInt = 0) -> bool:
4061
+ """
4062
+ Single line text input with placeholder hint
4063
+ """
4064
+ def InvisibleButton(str_id: str, size: Vec2, flags: typing.SupportsInt = 0) -> bool:
4065
+ pass
4066
+ def IsAnyItemActive() -> bool:
4067
+ pass
4068
+ def IsAnyItemFocused() -> bool:
4069
+ pass
4070
+ def IsAnyItemHovered() -> bool:
4071
+ pass
4072
+ def IsItemActivated() -> bool:
4073
+ pass
4074
+ def IsItemActive() -> bool:
4075
+ pass
4076
+ def IsItemClicked(mouse_button: typing.SupportsInt = 0) -> bool:
4077
+ pass
4078
+ def IsItemDeactivated() -> bool:
4079
+ pass
4080
+ def IsItemDeactivatedAfterEdit() -> bool:
4081
+ pass
4082
+ def IsItemEdited() -> bool:
4083
+ pass
4084
+ def IsItemFocused() -> bool:
4085
+ pass
4086
+ def IsItemHovered(flags: typing.SupportsInt = 0) -> bool:
4087
+ pass
4088
+ def IsItemToggledOpen() -> bool:
4089
+ pass
4090
+ def IsItemVisible() -> bool:
4091
+ pass
4092
+ def IsKeyChordPressed(key_chord: typing.SupportsInt) -> bool:
4093
+ pass
4094
+ def IsKeyDown(key: ImKey) -> bool:
4095
+ pass
4096
+ def IsKeyPressed(key: ImKey, repeat: bool = True) -> bool:
4097
+ pass
4098
+ def IsKeyReleased(key: ImKey) -> bool:
4099
+ pass
4100
+ def IsMouseClicked(button: typing.SupportsInt, repeat: bool) -> bool:
4101
+ pass
4102
+ def IsMouseDoubleClicked(button: typing.SupportsInt) -> bool:
4103
+ pass
4104
+ def IsMouseDown(button: typing.SupportsInt) -> bool:
4105
+ pass
4106
+ def IsMouseDragging(button: typing.SupportsInt, lock_threshold: typing.SupportsFloat = -1.0) -> bool:
4107
+ pass
4108
+ def IsMouseHoveringRect(r_min: Vec2, r_max: Vec2, clip: bool = True) -> bool:
4109
+ pass
4110
+ def IsMousePosValid(mouse_pos: typing.Optional[Vec2] = None) -> bool:
4111
+ pass
4112
+ def IsMouseReleased(button: typing.SupportsInt) -> bool:
4113
+ pass
4114
+ def IsMouseReleasedWithDelay(button: typing.SupportsInt, delay: typing.SupportsFloat) -> bool:
4115
+ pass
4116
+ def IsPopupOpen(str_id: str, flags: typing.SupportsInt = 0) -> bool:
4117
+ pass
4118
+ @typing.overload
4119
+ def IsRectVisible(rect_min: Vec2, rect_max: Vec2) -> bool:
4120
+ pass
4121
+ @typing.overload
4122
+ def IsRectVisible(size: Vec2) -> bool:
4123
+ pass
4124
+ def IsWindowAppearing() -> bool:
4125
+ pass
4126
+ def IsWindowCollapsed() -> bool:
4127
+ pass
4128
+ def IsWindowFocused(flags: typing.SupportsInt = 0) -> bool:
4129
+ pass
4130
+ def IsWindowHovered(flags: typing.SupportsInt = 0) -> bool:
4131
+ pass
4132
+ def LabelText(label: str, text: str) -> None:
4133
+ pass
4134
+ def LoadIniSettingsFromDisk(filename: str) -> None:
4135
+ pass
4136
+ def LoadIniSettingsFromMemory(data: str) -> None:
4137
+ pass
4138
+ def LoadTexture(data: bytes, width: typing.SupportsInt, height: typing.SupportsInt, numChannels: typing.SupportsInt = 3, mipMapLevel: typing.SupportsInt = 0) -> Texture:
4139
+ pass
4140
+ def LoadTextureFile(filename: str, requestedChannels: typing.SupportsInt = 0, mipMapLevel: typing.SupportsInt = 0) -> Texture:
4141
+ pass
4142
+ def LogButtons() -> None:
4143
+ pass
4144
+ def LogFinish() -> None:
4145
+ pass
4146
+ def LogText(text: str) -> None:
4147
+ pass
4148
+ def LogToClipboard(auto_open_depth: typing.SupportsInt = -1) -> None:
4149
+ pass
4150
+ def LogToFile(auto_open_depth: typing.SupportsInt = -1, filename: typing.Optional[str] = None) -> None:
4151
+ pass
4152
+ def LogToTTY(auto_open_depth: typing.SupportsInt = -1) -> None:
4153
+ pass
4154
+ def MenuItem(label: str, shortcut: typing.Optional[str] = None, selected: bool = False, enabled: bool = True) -> bool:
4155
+ pass
4156
+ def NewFrame() -> None:
4157
+ pass
4158
+ def NewLine() -> None:
4159
+ pass
4160
+ @typing.overload
4161
+ def OpenPopup(id: typing.SupportsInt, popup_flags: typing.SupportsInt = 0) -> None:
4162
+ pass
4163
+ @typing.overload
4164
+ def OpenPopup(str_id: str, popup_flags: typing.SupportsInt = 0) -> None:
4165
+ pass
4166
+ def OpenPopupOnItemClick(str_id: typing.Optional[str] = None, popup_flags: typing.SupportsInt = 1) -> None:
4167
+ pass
4168
+ def PopClipRect() -> None:
4169
+ pass
4170
+ def PopFont() -> None:
4171
+ pass
4172
+ def PopID() -> None:
4173
+ pass
4174
+ def PopItemFlag() -> None:
4175
+ pass
4176
+ def PopItemWidth() -> None:
4177
+ pass
4178
+ def PopStyleColor(arg0: typing.SupportsInt) -> None:
4179
+ pass
4180
+ def PopStyleVar(count: typing.SupportsInt = 1) -> None:
4181
+ pass
4182
+ def PopTextWrapPos() -> None:
4183
+ pass
4184
+ def ProgressBar(fraction: typing.SupportsFloat, size_arg: Vec2 = Vec2(-FLT_MIN, 0), overlay: typing.Optional[str] = None) -> None:
4185
+ pass
4186
+ def PushClipRect(clip_rect_min: Vec2, clip_rect_max: Vec2, intersect_with_current_clip_rect: bool) -> None:
4187
+ pass
4188
+ def PushFont(font: ImFont, font_size_base_unscaled: typing.SupportsFloat) -> None:
4189
+ pass
4190
+ @typing.overload
4191
+ def PushID(int_id: typing.SupportsInt) -> None:
4192
+ pass
4193
+ @typing.overload
4194
+ def PushID(ptr_id: typing_extensions.CapsuleType) -> None:
4195
+ pass
4196
+ @typing.overload
4197
+ def PushID(str_id: str) -> None:
4198
+ pass
4199
+ @typing.overload
4200
+ def PushID(str_id_begin: str, str_id_end: str) -> None:
4201
+ pass
4202
+ def PushItemFlag(option: typing.SupportsInt, enabled: bool) -> None:
4203
+ pass
4204
+ def PushItemWidth(item_width: typing.SupportsFloat) -> None:
4205
+ pass
4206
+ @typing.overload
4207
+ def PushStyleColor(idx: typing.SupportsInt, col: Vec4) -> None:
4208
+ pass
4209
+ @typing.overload
4210
+ def PushStyleColor(idx: typing.SupportsInt, col: typing.SupportsInt) -> None:
4211
+ pass
4212
+ @typing.overload
4213
+ def PushStyleVar(idx: typing.SupportsInt, val: Vec2) -> None:
4214
+ pass
4215
+ @typing.overload
4216
+ def PushStyleVar(idx: typing.SupportsInt, val: float) -> None:
4217
+ pass
4218
+ def PushStyleVarX(idx: typing.SupportsInt, val: typing.SupportsFloat) -> None:
4219
+ pass
4220
+ def PushStyleVarY(idx: typing.SupportsInt, val: typing.SupportsFloat) -> None:
4221
+ pass
4222
+ def PushTextWrapPos(wrap_local_pos_x: typing.SupportsFloat = 0.0) -> None:
4223
+ pass
4224
+ @typing.overload
4225
+ def RadioButton(label: str, v: IntRef, v_button: typing.SupportsInt) -> bool:
4226
+ """
4227
+ Create a radio button, returns true if pressed
4228
+
4229
+
4230
+ Shorthand for
4231
+
4232
+ .. code-block:: python
4233
+
4234
+ curButton = 0
4235
+ if imgui.RadioButton("label", curButton == 1):
4236
+ curButton = 1
4237
+ """
4238
+ @typing.overload
4239
+ def RadioButton(label: str, value: bool) -> bool:
4240
+ pass
4241
+ def Render(window: typing_extensions.CapsuleType, clear_color: Vec4) -> None:
4242
+ pass
4243
+ def ResetMouseDragDelta(button: typing.SupportsInt = 0) -> None:
4244
+ pass
4245
+ def SameLine(offset_from_start_x: typing.SupportsFloat = 0.0, spacing: typing.SupportsFloat = 1.0) -> None:
4246
+ pass
4247
+ def SaveIniSettingsToDisk(filename: str) -> None:
4248
+ pass
4249
+ def SaveIniSettingsToMemory() -> str:
4250
+ pass
4251
+ def Selectable(label: str, selected: bool = False, flags: typing.SupportsInt = 0, size: Vec2 = Vec2(0, 0)) -> bool:
4252
+ pass
4253
+ def Separator() -> None:
4254
+ pass
4255
+ def SeparatorText(label: str) -> None:
4256
+ pass
4257
+ def SetClipboardText(text: str) -> None:
4258
+ pass
4259
+ def SetColorEditOptions(flags: typing.SupportsInt) -> None:
4260
+ pass
4261
+ def SetCurrentContext(ctx: Context) -> None:
4262
+ pass
4263
+ def SetCursorPos(pos: Vec2) -> None:
4264
+ pass
4265
+ def SetCursorPosX(local_x: typing.SupportsFloat) -> None:
4266
+ pass
4267
+ def SetCursorPosY(local_y: typing.SupportsFloat) -> None:
4268
+ pass
4269
+ def SetCursorScreenPos(arg0: Vec2) -> None:
4270
+ pass
4271
+ def SetDragDropPayload(type: str, data: typing_extensions.CapsuleType, size: typing.SupportsInt, cond: typing.SupportsInt = 0) -> bool:
4272
+ pass
4273
+ def SetItemDefaultFocus() -> None:
4274
+ pass
4275
+ def SetItemKeyOwner(key: ImKey) -> None:
4276
+ pass
4277
+ def SetItemTooltip(value: str) -> None:
4278
+ pass
4279
+ def SetKeyboardFocusHere(offset: typing.SupportsInt = 0) -> None:
4280
+ pass
4281
+ def SetMouseCursor(cursor_type: typing.SupportsInt) -> None:
4282
+ pass
4283
+ def SetNextFrameWantCaptureKeyboard(want_capture_keyboard: bool) -> None:
4284
+ pass
4285
+ def SetNextFrameWantCaptureMouse(want_capture_mouse: bool) -> None:
4286
+ pass
4287
+ def SetNextItemAllowOverlap() -> None:
4288
+ pass
4289
+ def SetNextItemOpen(is_open: bool, cond: typing.SupportsInt = 0) -> None:
4290
+ pass
4291
+ def SetNextItemShortcut(key_chord: typing.SupportsInt, flags: typing.SupportsInt = 0) -> None:
4292
+ pass
4293
+ def SetNextItemStorageID(storage_id: typing.SupportsInt) -> None:
4294
+ pass
4295
+ def SetNextItemWidth(item_width: typing.SupportsFloat) -> None:
4296
+ pass
4297
+ def SetNextWindowBgAlpha(alpha: typing.SupportsFloat) -> None:
4298
+ pass
4299
+ def SetNextWindowCollapsed(collapsed: bool, cond: typing.SupportsInt = 0) -> None:
4300
+ pass
4301
+ def SetNextWindowContentSize(size: Vec2) -> None:
4302
+ pass
4303
+ def SetNextWindowFocus() -> None:
4304
+ pass
4305
+ def SetNextWindowPos(pos: Vec2, cond: typing.SupportsInt = 0, pivot: Vec2 = Vec2(0, 0)) -> None:
4306
+ pass
4307
+ def SetNextWindowScroll(scroll: Vec2) -> None:
4308
+ pass
4309
+ def SetNextWindowSize(size: Vec2, cond: typing.SupportsInt = 0) -> None:
4310
+ pass
4311
+ def SetScrollFromPosX(local_x: typing.SupportsFloat, center_x_ratio: typing.SupportsFloat = 0.5) -> None:
4312
+ pass
4313
+ def SetScrollFromPosY(local_x: typing.SupportsFloat, center_y_ratio: typing.SupportsFloat = 0.5) -> None:
4314
+ pass
4315
+ def SetScrollHereX(center_x_ratio: typing.SupportsFloat = 0.5) -> None:
4316
+ pass
4317
+ def SetScrollHereY(center_y_ratio: typing.SupportsFloat = 0.5) -> None:
4318
+ pass
4319
+ def SetScrollX(scroll_x: typing.SupportsFloat) -> None:
4320
+ pass
4321
+ def SetScrollY(scroll_y: typing.SupportsFloat) -> None:
4322
+ pass
4323
+ def SetStateStorage(storage: ImGuiStorage) -> None:
4324
+ pass
4325
+ def SetTabItemClosed(tab_or_docked_window_label: str) -> None:
4326
+ pass
4327
+ def SetTooltip(value: str) -> None:
4328
+ pass
4329
+ @typing.overload
4330
+ def SetWindowCollapsed(collapsed: bool, cond: typing.SupportsInt = 0) -> None:
4331
+ pass
4332
+ @typing.overload
4333
+ def SetWindowCollapsed(name: str, collapsed: bool, cond: typing.SupportsInt = 0) -> None:
4334
+ pass
4335
+ @typing.overload
4336
+ def SetWindowFocus() -> None:
4337
+ pass
4338
+ @typing.overload
4339
+ def SetWindowFocus(name: str) -> None:
4340
+ pass
4341
+ @typing.overload
4342
+ def SetWindowPos(name: str, pos: Vec2, cond: typing.SupportsInt = 0) -> None:
4343
+ pass
4344
+ @typing.overload
4345
+ def SetWindowPos(pos: Vec2, cond: typing.SupportsInt = 0) -> None:
4346
+ pass
4347
+ @typing.overload
4348
+ def SetWindowSize(name: str, pos: Vec2, cond: typing.SupportsInt = 0) -> None:
4349
+ pass
4350
+ @typing.overload
4351
+ def SetWindowSize(size: Vec2, cond: typing.SupportsInt = 0) -> None:
4352
+ pass
4353
+ def Shortcut(key_chord: typing.SupportsInt, flags: typing.SupportsInt = 0) -> bool:
4354
+ pass
4355
+ def ShowAboutWindow(p_open: typing.Optional[BoolRef] = None) -> None:
4356
+ pass
4357
+ def ShowDebugLogWindow(p_open: typing.Optional[BoolRef] = None) -> None:
4358
+ pass
4359
+ def ShowDemoWindow(p_open: typing.Optional[BoolRef] = None) -> None:
4360
+ pass
4361
+ def ShowFontSelector(label: str) -> None:
4362
+ pass
4363
+ def ShowMetricsWindow(p_open: typing.Optional[BoolRef] = None) -> None:
4364
+ pass
4365
+ def ShowStackToolWindow(p_open: typing.Optional[BoolRef] = None) -> None:
4366
+ pass
4367
+ def ShowStyleEditor(ref: typing.Optional[Style] = None) -> None:
4368
+ pass
4369
+ def ShowStyleSelector(label: str) -> bool:
4370
+ pass
4371
+ def ShowUserGuide() -> None:
4372
+ pass
4373
+ def Shutdown() -> None:
4374
+ pass
4375
+ def SliderAngle(label: str, v_rad: typing.SupportsFloat, v_deg_min: typing.SupportsFloat = -360.0, v_deg_max: typing.SupportsFloat = 360.0, format: str = '%.0f deg', flags: typing.SupportsInt = 0) -> tuple:
4376
+ pass
4377
+ def SliderFloat(label: str, v: FloatRef, v_min: typing.SupportsFloat, v_max: typing.SupportsFloat, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
4378
+ pass
4379
+ def SliderFloat2(label: str, v: FloatList, v_min: typing.SupportsFloat, v_max: typing.SupportsFloat, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
4380
+ pass
4381
+ def SliderFloat3(label: str, v: FloatList, v_min: typing.SupportsFloat, v_max: typing.SupportsFloat, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
4382
+ pass
4383
+ def SliderFloat4(label: str, v: FloatList, v_min: typing.SupportsFloat, v_max: typing.SupportsFloat, format: str = '%.3f', flags: typing.SupportsInt = 0) -> tuple:
4384
+ pass
4385
+ def SliderInt(label: str, v: IntRef, v_min: typing.SupportsInt, v_max: typing.SupportsInt, format: str = '%d', flags: typing.SupportsInt = 0) -> bool:
4386
+ pass
4387
+ def SliderInt2(label: str, v: IntList, v_min: typing.SupportsInt, v_max: typing.SupportsInt, format: str = '%d', flags: typing.SupportsInt = 0) -> bool:
4388
+ pass
4389
+ def SliderInt3(label: str, v: IntList, v_min: typing.SupportsInt, v_max: typing.SupportsInt, format: str = '%d', flags: typing.SupportsInt = 0) -> bool:
4390
+ pass
4391
+ def SliderInt4(label: str, v: IntList, v_min: typing.SupportsInt, v_max: typing.SupportsInt, format: str = '%d', flags: typing.SupportsInt = 0) -> bool:
4392
+ pass
4393
+ def SmallButton(label: str) -> bool:
4394
+ pass
4395
+ def Spacing() -> None:
4396
+ pass
4397
+ def StyleColorsClassic(dst: typing.Optional[Style] = None) -> None:
4398
+ pass
4399
+ def StyleColorsDark(dst: typing.Optional[Style] = None) -> None:
4400
+ pass
4401
+ def StyleColorsLight(dst: typing.Optional[Style] = None) -> None:
4402
+ pass
4403
+ def TabItemButton(label: str, flags: typing.SupportsInt = 0) -> bool:
4404
+ pass
4405
+ def TableGetColumnCount() -> int:
4406
+ pass
4407
+ def TableGetColumnFlags(column_n: typing.SupportsInt = -1) -> int:
4408
+ pass
4409
+ def TableGetColumnIndex() -> int:
4410
+ pass
4411
+ def TableGetColumnName(column_n: typing.SupportsInt = -1) -> str:
4412
+ pass
4413
+ def TableGetHoveredColumn() -> int:
4414
+ pass
4415
+ def TableGetRowIndex() -> int:
4416
+ pass
4417
+ def TableGetSortSpecs() -> TableSortSpecs:
4418
+ pass
4419
+ def TableHeader(label: str) -> None:
4420
+ pass
4421
+ def TableHeadersRow() -> None:
4422
+ pass
4423
+ def TableNextColumn() -> bool:
4424
+ pass
4425
+ def TableNextRow(row_flags: typing.SupportsInt = 0, mind_row_height: typing.SupportsFloat = 0.0) -> None:
4426
+ pass
4427
+ def TableSetBgColor(target: typing.SupportsInt, color: typing.SupportsInt, column_n: typing.SupportsInt = -1) -> None:
4428
+ pass
4429
+ def TableSetColumnEnabled(column_n: typing.SupportsInt, v: bool) -> None:
4430
+ pass
4431
+ def TableSetColumnIndex(column_n: typing.SupportsInt) -> bool:
4432
+ pass
4433
+ def TableSetupColumn(label: str, flags: typing.SupportsInt = 0, init_width_or_weight: typing.SupportsFloat = 0.0, user_id: typing.SupportsInt = 0) -> None:
4434
+ pass
4435
+ def TableSetupScrollFreeze(cols: typing.SupportsInt, rows: typing.SupportsInt) -> None:
4436
+ pass
4437
+ def Text(text: str) -> None:
4438
+ pass
4439
+ def TextColored(col: Vec4, text: str) -> None:
4440
+ pass
4441
+ def TextDisabled(text: str) -> None:
4442
+ pass
4443
+ def TextLink(label: str) -> bool:
4444
+ pass
4445
+ def TextLinkOpenURL(label: str, url: str) -> bool:
4446
+ pass
4447
+ def TextWrapped(text: str) -> None:
4448
+ pass
4449
+ @typing.overload
4450
+ def TreeNode(label: str) -> bool:
4451
+ pass
4452
+ @typing.overload
4453
+ def TreeNode(str_id: str, fmt: str) -> bool:
4454
+ pass
4455
+ @typing.overload
4456
+ def TreeNodeEx(label: str, flags: typing.SupportsInt = 0) -> bool:
4457
+ pass
4458
+ @typing.overload
4459
+ def TreeNodeEx(str_id: str, flags: typing.SupportsInt, fmt: str) -> bool:
4460
+ pass
4461
+ def TreePop() -> None:
4462
+ pass
4463
+ def TreePush(str_id: str) -> None:
4464
+ pass
4465
+ def Unindent(indent_w: typing.SupportsFloat = 0.0) -> None:
4466
+ pass
4467
+ def UnloadTexture(texture: Texture) -> None:
4468
+ pass
4469
+ def VSliderFloat(label: str, size: Vec2, v: typing.SupportsFloat, v_min: typing.SupportsFloat, v_max: typing.SupportsFloat, format: str = '%.3f', flags: typing.SupportsInt = 0) -> tuple:
4470
+ pass
4471
+ def VSliderInt(label: str, size: Vec2, v: IntRef, v_min: typing.SupportsInt, v_max: typing.SupportsInt, format: str = '%.3f', flags: typing.SupportsInt = 0) -> bool:
4472
+ pass
4473
+ FLT_MAX = 3.4028234663852886e+38