py-imgui-redux 4.0.1__cp314-cp314-macosx_11_0_arm64.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 +4474 -0
- imgui/glfw/__init__.pyi +1032 -0
- imgui/imnodes/__init__.pyi +505 -0
- imgui/implot/__init__.pyi +1305 -0
- imgui.cpython-314-darwin.so +0 -0
- py_imgui_redux-4.0.1.dist-info/METADATA +276 -0
- py_imgui_redux-4.0.1.dist-info/RECORD +10 -0
- py_imgui_redux-4.0.1.dist-info/WHEEL +6 -0
- py_imgui_redux-4.0.1.dist-info/licenses/LICENSE +21 -0
- py_imgui_redux-4.0.1.dist-info/top_level.txt +1 -0
imgui/glfw/__init__.pyi
ADDED
|
@@ -0,0 +1,1032 @@
|
|
|
1
|
+
"""GLFW Library"""
|
|
2
|
+
from __future__ import annotations
|
|
3
|
+
import imgui.glfw
|
|
4
|
+
import typing
|
|
5
|
+
|
|
6
|
+
__all__ = [
|
|
7
|
+
"ACCUM_ALPHA_BITS",
|
|
8
|
+
"ACCUM_BLUE_BITS",
|
|
9
|
+
"ACCUM_GREEN_BITS",
|
|
10
|
+
"ACCUM_RED_BITS",
|
|
11
|
+
"ALPHA_BITS",
|
|
12
|
+
"ANY_RELEASE_BEHAVIOR",
|
|
13
|
+
"API_UNAVAILABLE",
|
|
14
|
+
"ARROW_CURSOR",
|
|
15
|
+
"AUTO_ICONIFY",
|
|
16
|
+
"AUX_BUFFERS",
|
|
17
|
+
"BLUE_BITS",
|
|
18
|
+
"CENTER_CURSOR",
|
|
19
|
+
"CLIENT_API",
|
|
20
|
+
"COCOA_CHDIR_RESOURCES",
|
|
21
|
+
"COCOA_FRAME_NAME",
|
|
22
|
+
"COCOA_GRAPHICS_SWITCHING",
|
|
23
|
+
"COCOA_MENUBAR",
|
|
24
|
+
"COCOA_RETINA_FRAMEBUFFER",
|
|
25
|
+
"CONNECTED",
|
|
26
|
+
"CONTEXT_CREATION_API",
|
|
27
|
+
"CONTEXT_NO_ERROR",
|
|
28
|
+
"CONTEXT_RELEASE_BEHAVIOR",
|
|
29
|
+
"CONTEXT_REVISION",
|
|
30
|
+
"CONTEXT_ROBUSTNESS",
|
|
31
|
+
"CONTEXT_VERSION_MAJOR",
|
|
32
|
+
"CONTEXT_VERSION_MINOR",
|
|
33
|
+
"CROSSHAIR_CURSOR",
|
|
34
|
+
"CURSOR",
|
|
35
|
+
"CURSOR_DISABLED",
|
|
36
|
+
"CURSOR_HIDDEN",
|
|
37
|
+
"CURSOR_NORMAL",
|
|
38
|
+
"CreateCursor",
|
|
39
|
+
"CreateStandardCursor",
|
|
40
|
+
"CreateWindow",
|
|
41
|
+
"Cursor",
|
|
42
|
+
"DECORATED",
|
|
43
|
+
"DEPTH_BITS",
|
|
44
|
+
"DISCONNECTED",
|
|
45
|
+
"DONT_CARE",
|
|
46
|
+
"DOUBLEBUFFER",
|
|
47
|
+
"DefaultWindowHints",
|
|
48
|
+
"DestroyCursor",
|
|
49
|
+
"DestroyWindow",
|
|
50
|
+
"EGL_CONTEXT_API",
|
|
51
|
+
"ExtensionSupported",
|
|
52
|
+
"FLOATING",
|
|
53
|
+
"FOCUSED",
|
|
54
|
+
"FOCUS_ON_SHOW",
|
|
55
|
+
"FORMAT_UNAVAILABLE",
|
|
56
|
+
"FocusWindow",
|
|
57
|
+
"GAMEPAD_AXIS_LEFT_TRIGGER",
|
|
58
|
+
"GAMEPAD_AXIS_LEFT_X",
|
|
59
|
+
"GAMEPAD_AXIS_LEFT_Y",
|
|
60
|
+
"GAMEPAD_AXIS_RIGHT_TRIGGER",
|
|
61
|
+
"GAMEPAD_AXIS_RIGHT_X",
|
|
62
|
+
"GAMEPAD_AXIS_RIGHT_Y",
|
|
63
|
+
"GAMEPAD_BUTTON_A",
|
|
64
|
+
"GAMEPAD_BUTTON_B",
|
|
65
|
+
"GAMEPAD_BUTTON_BACK",
|
|
66
|
+
"GAMEPAD_BUTTON_CIRCLE",
|
|
67
|
+
"GAMEPAD_BUTTON_CROSS",
|
|
68
|
+
"GAMEPAD_BUTTON_DPAD_DOWN",
|
|
69
|
+
"GAMEPAD_BUTTON_DPAD_LEFT",
|
|
70
|
+
"GAMEPAD_BUTTON_DPAD_RIGHT",
|
|
71
|
+
"GAMEPAD_BUTTON_DPAD_UP",
|
|
72
|
+
"GAMEPAD_BUTTON_GUIDE",
|
|
73
|
+
"GAMEPAD_BUTTON_LEFT_BUMPER",
|
|
74
|
+
"GAMEPAD_BUTTON_LEFT_THUMB",
|
|
75
|
+
"GAMEPAD_BUTTON_RIGHT_BUMPER",
|
|
76
|
+
"GAMEPAD_BUTTON_RIGHT_THUMB",
|
|
77
|
+
"GAMEPAD_BUTTON_SQUARE",
|
|
78
|
+
"GAMEPAD_BUTTON_START",
|
|
79
|
+
"GAMEPAD_BUTTON_TRIANGLE",
|
|
80
|
+
"GAMEPAD_BUTTON_X",
|
|
81
|
+
"GAMEPAD_BUTTON_Y",
|
|
82
|
+
"GREEN_BITS",
|
|
83
|
+
"Gamepadstate",
|
|
84
|
+
"Gammaramp",
|
|
85
|
+
"GetClipboardString",
|
|
86
|
+
"GetCurrentContext",
|
|
87
|
+
"GetCursorPos",
|
|
88
|
+
"GetError",
|
|
89
|
+
"GetFramebufferSize",
|
|
90
|
+
"GetGamepadName",
|
|
91
|
+
"GetGamepadState",
|
|
92
|
+
"GetGammaRamp",
|
|
93
|
+
"GetInputMode",
|
|
94
|
+
"GetJoyStickGUID",
|
|
95
|
+
"GetJoystickAxes",
|
|
96
|
+
"GetJoystickButtons",
|
|
97
|
+
"GetJoystickHats",
|
|
98
|
+
"GetJoystickname",
|
|
99
|
+
"GetKey",
|
|
100
|
+
"GetKeyName",
|
|
101
|
+
"GetKeyScancode",
|
|
102
|
+
"GetMonitorContentScale",
|
|
103
|
+
"GetMonitorName",
|
|
104
|
+
"GetMonitorPhysicalSize",
|
|
105
|
+
"GetMonitorPos",
|
|
106
|
+
"GetMonitorWorkarea",
|
|
107
|
+
"GetMonitors",
|
|
108
|
+
"GetMouseButton",
|
|
109
|
+
"GetPrimaryMonitor",
|
|
110
|
+
"GetTime",
|
|
111
|
+
"GetTimerFrequency",
|
|
112
|
+
"GetTimerValue",
|
|
113
|
+
"GetVersion",
|
|
114
|
+
"GetVersionString",
|
|
115
|
+
"GetVideoMode",
|
|
116
|
+
"GetVideoModes",
|
|
117
|
+
"GetWindowAttrib",
|
|
118
|
+
"GetWindowContentScale",
|
|
119
|
+
"GetWindowFrameSize",
|
|
120
|
+
"GetWindowMonitor",
|
|
121
|
+
"GetWindowOpacity",
|
|
122
|
+
"GetWindowPos",
|
|
123
|
+
"GetWindowSize",
|
|
124
|
+
"HAND_CURSOR",
|
|
125
|
+
"HAT_CENTERED",
|
|
126
|
+
"HAT_DOWN",
|
|
127
|
+
"HAT_LEFT",
|
|
128
|
+
"HAT_LEFT_DOWN",
|
|
129
|
+
"HAT_LEFT_UP",
|
|
130
|
+
"HAT_RIGHT",
|
|
131
|
+
"HAT_RIGHT_DOWN",
|
|
132
|
+
"HAT_RIGHT_UP",
|
|
133
|
+
"HAT_UP",
|
|
134
|
+
"HOVERED",
|
|
135
|
+
"HRESIZE_CURSOR",
|
|
136
|
+
"HideWindow",
|
|
137
|
+
"IBEAM_CURSOR",
|
|
138
|
+
"ICONIFIED",
|
|
139
|
+
"INVALID_ENUM",
|
|
140
|
+
"INVALID_VALUE",
|
|
141
|
+
"IconifyWindow",
|
|
142
|
+
"Image",
|
|
143
|
+
"Init",
|
|
144
|
+
"InitHint",
|
|
145
|
+
"JOYSTICK_1",
|
|
146
|
+
"JOYSTICK_10",
|
|
147
|
+
"JOYSTICK_11",
|
|
148
|
+
"JOYSTICK_12",
|
|
149
|
+
"JOYSTICK_13",
|
|
150
|
+
"JOYSTICK_14",
|
|
151
|
+
"JOYSTICK_15",
|
|
152
|
+
"JOYSTICK_16",
|
|
153
|
+
"JOYSTICK_2",
|
|
154
|
+
"JOYSTICK_3",
|
|
155
|
+
"JOYSTICK_4",
|
|
156
|
+
"JOYSTICK_5",
|
|
157
|
+
"JOYSTICK_6",
|
|
158
|
+
"JOYSTICK_7",
|
|
159
|
+
"JOYSTICK_8",
|
|
160
|
+
"JOYSTICK_9",
|
|
161
|
+
"JOYSTICK_HAT_BUTTONS",
|
|
162
|
+
"JoystickIsGamepad",
|
|
163
|
+
"JoystickPresent",
|
|
164
|
+
"KEY_0",
|
|
165
|
+
"KEY_1",
|
|
166
|
+
"KEY_2",
|
|
167
|
+
"KEY_3",
|
|
168
|
+
"KEY_4",
|
|
169
|
+
"KEY_5",
|
|
170
|
+
"KEY_6",
|
|
171
|
+
"KEY_7",
|
|
172
|
+
"KEY_8",
|
|
173
|
+
"KEY_9",
|
|
174
|
+
"KEY_A",
|
|
175
|
+
"KEY_APOSTROPHE",
|
|
176
|
+
"KEY_B",
|
|
177
|
+
"KEY_BACKSLASH",
|
|
178
|
+
"KEY_BACKSPACE",
|
|
179
|
+
"KEY_C",
|
|
180
|
+
"KEY_CAPS_LOCK",
|
|
181
|
+
"KEY_COMMA",
|
|
182
|
+
"KEY_D",
|
|
183
|
+
"KEY_DELETE",
|
|
184
|
+
"KEY_DOWN",
|
|
185
|
+
"KEY_E",
|
|
186
|
+
"KEY_END",
|
|
187
|
+
"KEY_ENTER",
|
|
188
|
+
"KEY_EQUAL",
|
|
189
|
+
"KEY_ESCAPE",
|
|
190
|
+
"KEY_F",
|
|
191
|
+
"KEY_F1",
|
|
192
|
+
"KEY_F10",
|
|
193
|
+
"KEY_F11",
|
|
194
|
+
"KEY_F12",
|
|
195
|
+
"KEY_F13",
|
|
196
|
+
"KEY_F14",
|
|
197
|
+
"KEY_F15",
|
|
198
|
+
"KEY_F16",
|
|
199
|
+
"KEY_F17",
|
|
200
|
+
"KEY_F18",
|
|
201
|
+
"KEY_F19",
|
|
202
|
+
"KEY_F2",
|
|
203
|
+
"KEY_F20",
|
|
204
|
+
"KEY_F21",
|
|
205
|
+
"KEY_F22",
|
|
206
|
+
"KEY_F23",
|
|
207
|
+
"KEY_F24",
|
|
208
|
+
"KEY_F25",
|
|
209
|
+
"KEY_F3",
|
|
210
|
+
"KEY_F4",
|
|
211
|
+
"KEY_F5",
|
|
212
|
+
"KEY_F6",
|
|
213
|
+
"KEY_F7",
|
|
214
|
+
"KEY_F8",
|
|
215
|
+
"KEY_F9",
|
|
216
|
+
"KEY_G",
|
|
217
|
+
"KEY_GRAVE_ACCENT",
|
|
218
|
+
"KEY_H",
|
|
219
|
+
"KEY_HOME",
|
|
220
|
+
"KEY_I",
|
|
221
|
+
"KEY_INSERT",
|
|
222
|
+
"KEY_J",
|
|
223
|
+
"KEY_K",
|
|
224
|
+
"KEY_KP_0",
|
|
225
|
+
"KEY_KP_1",
|
|
226
|
+
"KEY_KP_2",
|
|
227
|
+
"KEY_KP_3",
|
|
228
|
+
"KEY_KP_4",
|
|
229
|
+
"KEY_KP_5",
|
|
230
|
+
"KEY_KP_6",
|
|
231
|
+
"KEY_KP_7",
|
|
232
|
+
"KEY_KP_8",
|
|
233
|
+
"KEY_KP_9",
|
|
234
|
+
"KEY_KP_ADD",
|
|
235
|
+
"KEY_KP_DECIMAL",
|
|
236
|
+
"KEY_KP_DIVIDE",
|
|
237
|
+
"KEY_KP_ENTER",
|
|
238
|
+
"KEY_KP_EQUAL",
|
|
239
|
+
"KEY_KP_MULTIPLY",
|
|
240
|
+
"KEY_KP_SUBTRACT",
|
|
241
|
+
"KEY_L",
|
|
242
|
+
"KEY_LEFT",
|
|
243
|
+
"KEY_LEFT_ALT",
|
|
244
|
+
"KEY_LEFT_BRACKET",
|
|
245
|
+
"KEY_LEFT_CONTROL",
|
|
246
|
+
"KEY_LEFT_SHIFT",
|
|
247
|
+
"KEY_LEFT_SUPER",
|
|
248
|
+
"KEY_M",
|
|
249
|
+
"KEY_MENU",
|
|
250
|
+
"KEY_MINUS",
|
|
251
|
+
"KEY_N",
|
|
252
|
+
"KEY_NUM_LOCK",
|
|
253
|
+
"KEY_O",
|
|
254
|
+
"KEY_P",
|
|
255
|
+
"KEY_PAGE_DOWN",
|
|
256
|
+
"KEY_PAGE_UP",
|
|
257
|
+
"KEY_PAUSE",
|
|
258
|
+
"KEY_PERIOD",
|
|
259
|
+
"KEY_PRINT_SCREEN",
|
|
260
|
+
"KEY_Q",
|
|
261
|
+
"KEY_R",
|
|
262
|
+
"KEY_RIGHT",
|
|
263
|
+
"KEY_RIGHT_ALT",
|
|
264
|
+
"KEY_RIGHT_BRACKET",
|
|
265
|
+
"KEY_RIGHT_CONTROL",
|
|
266
|
+
"KEY_RIGHT_SHIFT",
|
|
267
|
+
"KEY_RIGHT_SUPER",
|
|
268
|
+
"KEY_S",
|
|
269
|
+
"KEY_SCROLL_LOCK",
|
|
270
|
+
"KEY_SEMICOLON",
|
|
271
|
+
"KEY_SLASH",
|
|
272
|
+
"KEY_SPACE",
|
|
273
|
+
"KEY_T",
|
|
274
|
+
"KEY_TAB",
|
|
275
|
+
"KEY_U",
|
|
276
|
+
"KEY_UNKNOWN",
|
|
277
|
+
"KEY_UP",
|
|
278
|
+
"KEY_V",
|
|
279
|
+
"KEY_W",
|
|
280
|
+
"KEY_WORLD_1",
|
|
281
|
+
"KEY_WORLD_2",
|
|
282
|
+
"KEY_X",
|
|
283
|
+
"KEY_Y",
|
|
284
|
+
"KEY_Z",
|
|
285
|
+
"LOCK_KEY_MODS",
|
|
286
|
+
"LOSE_CONTEXT_ON_RESET",
|
|
287
|
+
"ListWrapperF",
|
|
288
|
+
"ListWrapperMonitor",
|
|
289
|
+
"ListWrapperStr",
|
|
290
|
+
"ListWrapperUC",
|
|
291
|
+
"ListWrapperUS",
|
|
292
|
+
"ListWrapperVidmode",
|
|
293
|
+
"MAXIMIZED",
|
|
294
|
+
"MOD_ALT",
|
|
295
|
+
"MOD_CAPS_LOCK",
|
|
296
|
+
"MOD_CONTROL",
|
|
297
|
+
"MOD_NUM_LOCK",
|
|
298
|
+
"MOD_SHIFT",
|
|
299
|
+
"MOD_SUPER",
|
|
300
|
+
"MOUSE_BUTTON_1",
|
|
301
|
+
"MOUSE_BUTTON_2",
|
|
302
|
+
"MOUSE_BUTTON_3",
|
|
303
|
+
"MOUSE_BUTTON_4",
|
|
304
|
+
"MOUSE_BUTTON_5",
|
|
305
|
+
"MOUSE_BUTTON_6",
|
|
306
|
+
"MOUSE_BUTTON_7",
|
|
307
|
+
"MOUSE_BUTTON_8",
|
|
308
|
+
"MOUSE_BUTTON_LEFT",
|
|
309
|
+
"MOUSE_BUTTON_MIDDLE",
|
|
310
|
+
"MOUSE_BUTTON_RIGHT",
|
|
311
|
+
"MakeContextCurrent",
|
|
312
|
+
"MaximizeWindow",
|
|
313
|
+
"Monitor",
|
|
314
|
+
"NATIVE_CONTEXT_API",
|
|
315
|
+
"NOT_INITIALIZED",
|
|
316
|
+
"NO_API",
|
|
317
|
+
"NO_CURRENT_CONTEXT",
|
|
318
|
+
"NO_ERROR",
|
|
319
|
+
"NO_RESET_NOTIFICATION",
|
|
320
|
+
"NO_ROBUSTNESS",
|
|
321
|
+
"NO_WINDOW_CONTEXT",
|
|
322
|
+
"OPENGL_ANY_PROFILE",
|
|
323
|
+
"OPENGL_API",
|
|
324
|
+
"OPENGL_COMPAT_PROFILE",
|
|
325
|
+
"OPENGL_CORE_PROFILE",
|
|
326
|
+
"OPENGL_DEBUG_CONTEXT",
|
|
327
|
+
"OPENGL_ES_API",
|
|
328
|
+
"OPENGL_FORWARD_COMPAT",
|
|
329
|
+
"OPENGL_PROFILE",
|
|
330
|
+
"OSMESA_CONTEXT_API",
|
|
331
|
+
"OUT_OF_MEMORY",
|
|
332
|
+
"PLATFORM_ERROR",
|
|
333
|
+
"PRESS",
|
|
334
|
+
"PollEvents",
|
|
335
|
+
"PostEmptyEvent",
|
|
336
|
+
"RAW_MOUSE_MOTION",
|
|
337
|
+
"RED_BITS",
|
|
338
|
+
"REFRESH_RATE",
|
|
339
|
+
"RELEASE",
|
|
340
|
+
"RELEASE_BEHAVIOR_FLUSH",
|
|
341
|
+
"RELEASE_BEHAVIOR_NONE",
|
|
342
|
+
"REPEAT",
|
|
343
|
+
"RESIZABLE",
|
|
344
|
+
"RawMouseMotionSupported",
|
|
345
|
+
"RequestWindowAttention",
|
|
346
|
+
"RestoreWindow",
|
|
347
|
+
"SAMPLES",
|
|
348
|
+
"SCALE_TO_MONITOR",
|
|
349
|
+
"SRGB_CAPABLE",
|
|
350
|
+
"STENCIL_BITS",
|
|
351
|
+
"STEREO",
|
|
352
|
+
"STICKY_KEYS",
|
|
353
|
+
"STICKY_MOUSE_BUTTONS",
|
|
354
|
+
"SetCharCallback",
|
|
355
|
+
"SetCharModsCallback",
|
|
356
|
+
"SetClipboardString",
|
|
357
|
+
"SetCursor",
|
|
358
|
+
"SetCursorEnterCallback",
|
|
359
|
+
"SetCursorPos",
|
|
360
|
+
"SetCursorPosCallback",
|
|
361
|
+
"SetDropCallback",
|
|
362
|
+
"SetErrorCallback",
|
|
363
|
+
"SetFramebufferSizeCallback",
|
|
364
|
+
"SetGamma",
|
|
365
|
+
"SetGammaRamp",
|
|
366
|
+
"SetInputMode",
|
|
367
|
+
"SetJoystickCallback",
|
|
368
|
+
"SetKeyCallback",
|
|
369
|
+
"SetMonitorCallback",
|
|
370
|
+
"SetMouseButtonCallback",
|
|
371
|
+
"SetScrollCallback",
|
|
372
|
+
"SetTime",
|
|
373
|
+
"SetWindowAspectRatio",
|
|
374
|
+
"SetWindowAttrib",
|
|
375
|
+
"SetWindowCloseCallback",
|
|
376
|
+
"SetWindowContentScaleCallback",
|
|
377
|
+
"SetWindowFocusCallback",
|
|
378
|
+
"SetWindowIcon",
|
|
379
|
+
"SetWindowIconifyCallback",
|
|
380
|
+
"SetWindowMaximizeCallback",
|
|
381
|
+
"SetWindowMonitor",
|
|
382
|
+
"SetWindowPos",
|
|
383
|
+
"SetWindowPosCallback",
|
|
384
|
+
"SetWindowRefreshCallback",
|
|
385
|
+
"SetWindowShouldClose",
|
|
386
|
+
"SetWindowSize",
|
|
387
|
+
"SetWindowSizeCallback",
|
|
388
|
+
"SetWindowSizeLimits",
|
|
389
|
+
"SetWindowTitle",
|
|
390
|
+
"ShowWindow",
|
|
391
|
+
"SwapBuffers",
|
|
392
|
+
"SwapInterval",
|
|
393
|
+
"TRANSPARENT_FRAMEBUFFER",
|
|
394
|
+
"Terminate",
|
|
395
|
+
"UpdateGamepadMappings",
|
|
396
|
+
"VERSION_MAJOR",
|
|
397
|
+
"VERSION_MINOR",
|
|
398
|
+
"VERSION_REVISION",
|
|
399
|
+
"VERSION_UNAVAILABLE",
|
|
400
|
+
"VISIBLE",
|
|
401
|
+
"VRESIZE_CURSOR",
|
|
402
|
+
"Vidmode",
|
|
403
|
+
"VulkanSupported",
|
|
404
|
+
"WaitEvents",
|
|
405
|
+
"WaitEventsTimeout",
|
|
406
|
+
"Window",
|
|
407
|
+
"WindowHint",
|
|
408
|
+
"WindowHintString",
|
|
409
|
+
"WindowShouldClose",
|
|
410
|
+
"X11_CLASS_NAME",
|
|
411
|
+
"X11_INSTANCE_NAME",
|
|
412
|
+
"setWindowOpacity"
|
|
413
|
+
]
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
class Cursor():
|
|
417
|
+
pass
|
|
418
|
+
class Gamepadstate():
|
|
419
|
+
@property
|
|
420
|
+
def axes(self) -> ListWrapperF:
|
|
421
|
+
"""
|
|
422
|
+
:type: ListWrapperF
|
|
423
|
+
"""
|
|
424
|
+
@property
|
|
425
|
+
def buttons(self) -> ListWrapperUC:
|
|
426
|
+
"""
|
|
427
|
+
:type: ListWrapperUC
|
|
428
|
+
"""
|
|
429
|
+
pass
|
|
430
|
+
class Gammaramp():
|
|
431
|
+
@property
|
|
432
|
+
def blue(self) -> ListWrapperUS:
|
|
433
|
+
"""
|
|
434
|
+
:type: ListWrapperUS
|
|
435
|
+
"""
|
|
436
|
+
@property
|
|
437
|
+
def greeen(self) -> ListWrapperUS:
|
|
438
|
+
"""
|
|
439
|
+
:type: ListWrapperUS
|
|
440
|
+
"""
|
|
441
|
+
@property
|
|
442
|
+
def red(self) -> ListWrapperUS:
|
|
443
|
+
"""
|
|
444
|
+
:type: ListWrapperUS
|
|
445
|
+
"""
|
|
446
|
+
pass
|
|
447
|
+
class Image():
|
|
448
|
+
@property
|
|
449
|
+
def height(self) -> int:
|
|
450
|
+
"""
|
|
451
|
+
:type: int
|
|
452
|
+
"""
|
|
453
|
+
@property
|
|
454
|
+
def pixels(self) -> ListWrapperUC:
|
|
455
|
+
"""
|
|
456
|
+
:type: ListWrapperUC
|
|
457
|
+
"""
|
|
458
|
+
@property
|
|
459
|
+
def width(self) -> int:
|
|
460
|
+
"""
|
|
461
|
+
:type: int
|
|
462
|
+
"""
|
|
463
|
+
pass
|
|
464
|
+
class ListWrapperF():
|
|
465
|
+
def __getitem__(self, arg0: typing.SupportsInt) -> float: ...
|
|
466
|
+
def __iter__(self) -> collections.abc.typing.Iterator: ...
|
|
467
|
+
def __len__(self) -> int: ...
|
|
468
|
+
pass
|
|
469
|
+
class ListWrapperMonitor():
|
|
470
|
+
def __getitem__(self, arg0: typing.SupportsInt) -> Monitor: ...
|
|
471
|
+
def __iter__(self) -> collections.abc.typing.Iterator: ...
|
|
472
|
+
def __len__(self) -> int: ...
|
|
473
|
+
pass
|
|
474
|
+
class ListWrapperStr():
|
|
475
|
+
def __getitem__(self, arg0: typing.SupportsInt) -> str: ...
|
|
476
|
+
def __iter__(self) -> collections.abc.typing.Iterator: ...
|
|
477
|
+
def __len__(self) -> int: ...
|
|
478
|
+
pass
|
|
479
|
+
class ListWrapperUC():
|
|
480
|
+
def __getitem__(self, arg0: typing.SupportsInt) -> int: ...
|
|
481
|
+
def __iter__(self) -> collections.abc.typing.Iterator: ...
|
|
482
|
+
def __len__(self) -> int: ...
|
|
483
|
+
pass
|
|
484
|
+
class ListWrapperUS():
|
|
485
|
+
def __getitem__(self, arg0: typing.SupportsInt) -> int: ...
|
|
486
|
+
def __iter__(self) -> collections.abc.typing.Iterator: ...
|
|
487
|
+
def __len__(self) -> int: ...
|
|
488
|
+
pass
|
|
489
|
+
class ListWrapperVidmode():
|
|
490
|
+
def __getitem__(self, arg0: typing.SupportsInt) -> Vidmode: ...
|
|
491
|
+
def __iter__(self) -> collections.abc.typing.Iterator: ...
|
|
492
|
+
def __len__(self) -> int: ...
|
|
493
|
+
pass
|
|
494
|
+
class Monitor():
|
|
495
|
+
pass
|
|
496
|
+
class Vidmode():
|
|
497
|
+
@property
|
|
498
|
+
def blueBits(self) -> int:
|
|
499
|
+
"""
|
|
500
|
+
:type: int
|
|
501
|
+
"""
|
|
502
|
+
@property
|
|
503
|
+
def greenBits(self) -> int:
|
|
504
|
+
"""
|
|
505
|
+
:type: int
|
|
506
|
+
"""
|
|
507
|
+
@property
|
|
508
|
+
def height(self) -> int:
|
|
509
|
+
"""
|
|
510
|
+
:type: int
|
|
511
|
+
"""
|
|
512
|
+
@property
|
|
513
|
+
def redBits(self) -> int:
|
|
514
|
+
"""
|
|
515
|
+
:type: int
|
|
516
|
+
"""
|
|
517
|
+
@property
|
|
518
|
+
def refreshRate(self) -> int:
|
|
519
|
+
"""
|
|
520
|
+
:type: int
|
|
521
|
+
"""
|
|
522
|
+
@property
|
|
523
|
+
def width(self) -> int:
|
|
524
|
+
"""
|
|
525
|
+
:type: int
|
|
526
|
+
"""
|
|
527
|
+
pass
|
|
528
|
+
class Window():
|
|
529
|
+
pass
|
|
530
|
+
def CreateCursor(image: Image, xhot: typing.SupportsInt, yhot: typing.SupportsInt) -> Cursor:
|
|
531
|
+
pass
|
|
532
|
+
def CreateStandardCursor(shape: typing.SupportsInt) -> Cursor:
|
|
533
|
+
pass
|
|
534
|
+
def CreateWindow(width: typing.SupportsInt, height: typing.SupportsInt, title: str, monitor: typing.Optional[Monitor] = None, share: typing.Optional[Window] = None) -> Window:
|
|
535
|
+
pass
|
|
536
|
+
def DefaultWindowHints() -> None:
|
|
537
|
+
pass
|
|
538
|
+
def DestroyCursor(cursor: Cursor) -> None:
|
|
539
|
+
pass
|
|
540
|
+
def DestroyWindow(window: Window) -> None:
|
|
541
|
+
pass
|
|
542
|
+
def ExtensionSupported(extension: str) -> int:
|
|
543
|
+
pass
|
|
544
|
+
def FocusWindow(window: Window) -> None:
|
|
545
|
+
pass
|
|
546
|
+
def GetClipboardString(window: Window) -> str:
|
|
547
|
+
pass
|
|
548
|
+
def GetCurrentContext() -> Window:
|
|
549
|
+
pass
|
|
550
|
+
def GetCursorPos(window: Window) -> tuple:
|
|
551
|
+
pass
|
|
552
|
+
def GetError() -> tuple:
|
|
553
|
+
pass
|
|
554
|
+
def GetFramebufferSize(window: Window) -> tuple:
|
|
555
|
+
pass
|
|
556
|
+
def GetGamepadName(jid: typing.SupportsInt) -> str:
|
|
557
|
+
pass
|
|
558
|
+
def GetGamepadState(state: typing.SupportsInt) -> str:
|
|
559
|
+
"""
|
|
560
|
+
jid_a
|
|
561
|
+
"""
|
|
562
|
+
def GetGammaRamp(monitor: Monitor) -> Gammaramp:
|
|
563
|
+
pass
|
|
564
|
+
def GetInputMode(window: Window, mode: typing.SupportsInt) -> int:
|
|
565
|
+
pass
|
|
566
|
+
def GetJoyStickGUID(jid: typing.SupportsInt) -> str:
|
|
567
|
+
pass
|
|
568
|
+
def GetJoystickAxes(jid: typing.SupportsInt) -> ListWrapperF:
|
|
569
|
+
pass
|
|
570
|
+
def GetJoystickButtons(jid: typing.SupportsInt) -> ListWrapperUC:
|
|
571
|
+
pass
|
|
572
|
+
def GetJoystickHats(jid: typing.SupportsInt) -> ListWrapperUC:
|
|
573
|
+
pass
|
|
574
|
+
def GetJoystickname(jid: typing.SupportsInt) -> str:
|
|
575
|
+
pass
|
|
576
|
+
def GetKey(window: Window, key: typing.SupportsInt) -> int:
|
|
577
|
+
pass
|
|
578
|
+
def GetKeyName(key: typing.SupportsInt, scancode: typing.SupportsInt) -> str:
|
|
579
|
+
pass
|
|
580
|
+
def GetKeyScancode(key: typing.SupportsInt) -> int:
|
|
581
|
+
pass
|
|
582
|
+
def GetMonitorContentScale(monitor: Monitor) -> tuple:
|
|
583
|
+
pass
|
|
584
|
+
def GetMonitorName(monitor: Monitor) -> str:
|
|
585
|
+
pass
|
|
586
|
+
def GetMonitorPhysicalSize(monitor: Monitor) -> tuple:
|
|
587
|
+
pass
|
|
588
|
+
def GetMonitorPos(monitor: Monitor) -> tuple:
|
|
589
|
+
pass
|
|
590
|
+
def GetMonitorWorkarea(monitor: Monitor) -> tuple:
|
|
591
|
+
pass
|
|
592
|
+
def GetMonitors() -> ListWrapperMonitor:
|
|
593
|
+
pass
|
|
594
|
+
def GetMouseButton(window: Window, button: typing.SupportsInt) -> int:
|
|
595
|
+
pass
|
|
596
|
+
def GetPrimaryMonitor() -> Monitor:
|
|
597
|
+
pass
|
|
598
|
+
def GetTime() -> float:
|
|
599
|
+
pass
|
|
600
|
+
def GetTimerFrequency() -> int:
|
|
601
|
+
pass
|
|
602
|
+
def GetTimerValue() -> int:
|
|
603
|
+
pass
|
|
604
|
+
def GetVersion() -> None:
|
|
605
|
+
pass
|
|
606
|
+
def GetVersionString() -> str:
|
|
607
|
+
pass
|
|
608
|
+
def GetVideoMode(monitor: Monitor) -> Vidmode:
|
|
609
|
+
pass
|
|
610
|
+
def GetVideoModes(monitor: Monitor) -> ListWrapperVidmode:
|
|
611
|
+
pass
|
|
612
|
+
def GetWindowAttrib(window: Window, attrib: typing.SupportsInt) -> int:
|
|
613
|
+
pass
|
|
614
|
+
def GetWindowContentScale(window: Window) -> tuple:
|
|
615
|
+
pass
|
|
616
|
+
def GetWindowFrameSize(window: Window) -> tuple:
|
|
617
|
+
pass
|
|
618
|
+
def GetWindowMonitor(window: Window) -> Monitor:
|
|
619
|
+
pass
|
|
620
|
+
def GetWindowOpacity(window: Window) -> float:
|
|
621
|
+
pass
|
|
622
|
+
def GetWindowPos(window: Window) -> tuple:
|
|
623
|
+
pass
|
|
624
|
+
def GetWindowSize(window: Window) -> tuple:
|
|
625
|
+
pass
|
|
626
|
+
def HideWindow(window: Window) -> None:
|
|
627
|
+
pass
|
|
628
|
+
def IconifyWindow(window: Window) -> None:
|
|
629
|
+
pass
|
|
630
|
+
def Init() -> int:
|
|
631
|
+
pass
|
|
632
|
+
def InitHint(hint: typing.SupportsInt, value: typing.SupportsInt) -> None:
|
|
633
|
+
pass
|
|
634
|
+
def JoystickIsGamepad(jid: typing.SupportsInt) -> bool:
|
|
635
|
+
pass
|
|
636
|
+
def JoystickPresent(jid: typing.SupportsInt) -> bool:
|
|
637
|
+
pass
|
|
638
|
+
def MakeContextCurrent(window: Window) -> None:
|
|
639
|
+
pass
|
|
640
|
+
def MaximizeWindow(window: Window) -> None:
|
|
641
|
+
pass
|
|
642
|
+
def PollEvents() -> None:
|
|
643
|
+
pass
|
|
644
|
+
def PostEmptyEvent() -> None:
|
|
645
|
+
pass
|
|
646
|
+
def RawMouseMotionSupported() -> bool:
|
|
647
|
+
pass
|
|
648
|
+
def RequestWindowAttention(window: Window) -> None:
|
|
649
|
+
pass
|
|
650
|
+
def RestoreWindow(window: Window) -> None:
|
|
651
|
+
pass
|
|
652
|
+
def SetCharCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt], None]:
|
|
653
|
+
pass
|
|
654
|
+
def SetCharModsCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt], None]:
|
|
655
|
+
pass
|
|
656
|
+
def SetClipboardString(window: Window, string: str) -> None:
|
|
657
|
+
pass
|
|
658
|
+
def SetCursor(window: Window, cursor: Cursor) -> None:
|
|
659
|
+
pass
|
|
660
|
+
def SetCursorEnterCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt], None]:
|
|
661
|
+
pass
|
|
662
|
+
def SetCursorPos(window: Window, xpos: typing.SupportsFloat, ypos: typing.SupportsFloat) -> None:
|
|
663
|
+
pass
|
|
664
|
+
def SetCursorPosCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsFloat, typing.SupportsFloat], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsFloat, typing.SupportsFloat], None]:
|
|
665
|
+
pass
|
|
666
|
+
def SetDropCallback(window: Window, callback: collections.abc.typing.Callable[[Window, ListWrapperStr], None]) -> collections.abc.typing.Callable[[Window, ListWrapperStr], None]:
|
|
667
|
+
pass
|
|
668
|
+
def SetErrorCallback(callback: collections.abc.typing.Callable[[typing.SupportsInt, str], None]) -> collections.abc.typing.Callable[[typing.SupportsInt, str], None]:
|
|
669
|
+
pass
|
|
670
|
+
def SetFramebufferSizeCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt], None]:
|
|
671
|
+
pass
|
|
672
|
+
def SetGamma(monitor: Monitor, gamma: typing.SupportsFloat) -> None:
|
|
673
|
+
pass
|
|
674
|
+
def SetGammaRamp(monitor: Monitor, ramp: Gammaramp) -> None:
|
|
675
|
+
pass
|
|
676
|
+
def SetInputMode(window: Window, mode: typing.SupportsInt, value: typing.SupportsInt) -> None:
|
|
677
|
+
pass
|
|
678
|
+
def SetJoystickCallback(callback: collections.abc.typing.Callable[[typing.SupportsInt, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[typing.SupportsInt, typing.SupportsInt], None]:
|
|
679
|
+
pass
|
|
680
|
+
def SetKeyCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt, typing.SupportsInt, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt, typing.SupportsInt, typing.SupportsInt], None]:
|
|
681
|
+
pass
|
|
682
|
+
def SetMonitorCallback(arg0: collections.abc.typing.Callable[[Monitor, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Monitor, typing.SupportsInt], None]:
|
|
683
|
+
pass
|
|
684
|
+
def SetMouseButtonCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt, typing.SupportsInt], None]:
|
|
685
|
+
pass
|
|
686
|
+
def SetScrollCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsFloat, typing.SupportsFloat], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsFloat, typing.SupportsFloat], None]:
|
|
687
|
+
pass
|
|
688
|
+
def SetTime(time: typing.SupportsFloat) -> None:
|
|
689
|
+
pass
|
|
690
|
+
def SetWindowAspectRatio(window: Window, numer: typing.SupportsInt, denom: typing.SupportsInt) -> None:
|
|
691
|
+
pass
|
|
692
|
+
def SetWindowAttrib(window: Window, attrib: typing.SupportsInt, value: typing.SupportsInt) -> None:
|
|
693
|
+
pass
|
|
694
|
+
def SetWindowCloseCallback(window: Window, callback: collections.abc.typing.Callable[[Window], None]) -> collections.abc.typing.Callable[[Window], None]:
|
|
695
|
+
pass
|
|
696
|
+
def SetWindowContentScaleCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsFloat, typing.SupportsFloat], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsFloat, typing.SupportsFloat], None]:
|
|
697
|
+
pass
|
|
698
|
+
def SetWindowFocusCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt], None]:
|
|
699
|
+
pass
|
|
700
|
+
def SetWindowIcon(window: Window, image: Image) -> None:
|
|
701
|
+
pass
|
|
702
|
+
def SetWindowIconifyCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt], None]:
|
|
703
|
+
pass
|
|
704
|
+
def SetWindowMaximizeCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt], None]:
|
|
705
|
+
pass
|
|
706
|
+
def SetWindowMonitor(window: Window, monitor: Monitor, xpos: typing.SupportsInt, ypos: typing.SupportsInt, width: typing.SupportsInt, height: typing.SupportsInt, refreshRate: typing.SupportsInt) -> None:
|
|
707
|
+
pass
|
|
708
|
+
def SetWindowPos(window: Window, xpos: typing.SupportsInt, ypos: typing.SupportsInt) -> None:
|
|
709
|
+
pass
|
|
710
|
+
def SetWindowPosCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt], None]:
|
|
711
|
+
pass
|
|
712
|
+
def SetWindowRefreshCallback(window: Window, callback: collections.abc.typing.Callable[[Window], None]) -> collections.abc.typing.Callable[[Window], None]:
|
|
713
|
+
pass
|
|
714
|
+
def SetWindowShouldClose(window: Window, value: typing.SupportsInt) -> None:
|
|
715
|
+
pass
|
|
716
|
+
def SetWindowSize(window: Window, width: typing.SupportsInt, height: typing.SupportsInt) -> None:
|
|
717
|
+
pass
|
|
718
|
+
def SetWindowSizeCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt, typing.SupportsInt], None]:
|
|
719
|
+
pass
|
|
720
|
+
def SetWindowSizeLimits(window: Window, minWidth: typing.SupportsInt, minHeight: typing.SupportsInt, maxWidth: typing.SupportsInt, maxHeight: typing.SupportsInt) -> None:
|
|
721
|
+
pass
|
|
722
|
+
def SetWindowTitle(window: Window, title: str) -> None:
|
|
723
|
+
pass
|
|
724
|
+
def ShowWindow(window: Window) -> None:
|
|
725
|
+
pass
|
|
726
|
+
def SwapBuffers(window: Window) -> None:
|
|
727
|
+
pass
|
|
728
|
+
def SwapInterval(interval: typing.SupportsInt) -> None:
|
|
729
|
+
pass
|
|
730
|
+
def Terminate() -> None:
|
|
731
|
+
pass
|
|
732
|
+
def UpdateGamepadMappings(string: str) -> int:
|
|
733
|
+
pass
|
|
734
|
+
def VulkanSupported() -> int:
|
|
735
|
+
pass
|
|
736
|
+
def WaitEvents() -> None:
|
|
737
|
+
pass
|
|
738
|
+
def WaitEventsTimeout(timeout: typing.SupportsFloat) -> None:
|
|
739
|
+
pass
|
|
740
|
+
def WindowHint(hint: typing.SupportsInt, value: typing.SupportsInt) -> None:
|
|
741
|
+
pass
|
|
742
|
+
def WindowHintString(hint: typing.SupportsInt, value: str) -> None:
|
|
743
|
+
pass
|
|
744
|
+
def WindowShouldClose(window: Window) -> bool:
|
|
745
|
+
pass
|
|
746
|
+
def setWindowOpacity(window: Window, opacity: typing.SupportsFloat) -> None:
|
|
747
|
+
pass
|
|
748
|
+
ACCUM_ALPHA_BITS = 135178
|
|
749
|
+
ACCUM_BLUE_BITS = 135177
|
|
750
|
+
ACCUM_GREEN_BITS = 135176
|
|
751
|
+
ACCUM_RED_BITS = 135175
|
|
752
|
+
ALPHA_BITS = 135172
|
|
753
|
+
ANY_RELEASE_BEHAVIOR = 0
|
|
754
|
+
API_UNAVAILABLE = 65542
|
|
755
|
+
ARROW_CURSOR = 221185
|
|
756
|
+
AUTO_ICONIFY = 131078
|
|
757
|
+
AUX_BUFFERS = 135179
|
|
758
|
+
BLUE_BITS = 135171
|
|
759
|
+
CENTER_CURSOR = 131081
|
|
760
|
+
CLIENT_API = 139265
|
|
761
|
+
COCOA_CHDIR_RESOURCES = 331777
|
|
762
|
+
COCOA_FRAME_NAME = 143362
|
|
763
|
+
COCOA_GRAPHICS_SWITCHING = 143363
|
|
764
|
+
COCOA_MENUBAR = 331778
|
|
765
|
+
COCOA_RETINA_FRAMEBUFFER = 143361
|
|
766
|
+
CONNECTED = 262145
|
|
767
|
+
CONTEXT_CREATION_API = 139275
|
|
768
|
+
CONTEXT_NO_ERROR = 139274
|
|
769
|
+
CONTEXT_RELEASE_BEHAVIOR = 139273
|
|
770
|
+
CONTEXT_REVISION = 139268
|
|
771
|
+
CONTEXT_ROBUSTNESS = 139269
|
|
772
|
+
CONTEXT_VERSION_MAJOR = 139266
|
|
773
|
+
CONTEXT_VERSION_MINOR = 139267
|
|
774
|
+
CROSSHAIR_CURSOR = 221187
|
|
775
|
+
CURSOR = 208897
|
|
776
|
+
CURSOR_DISABLED = 212995
|
|
777
|
+
CURSOR_HIDDEN = 212994
|
|
778
|
+
CURSOR_NORMAL = 212993
|
|
779
|
+
DECORATED = 131077
|
|
780
|
+
DEPTH_BITS = 135173
|
|
781
|
+
DISCONNECTED = 262146
|
|
782
|
+
DONT_CARE = -1
|
|
783
|
+
DOUBLEBUFFER = 135184
|
|
784
|
+
EGL_CONTEXT_API = 221186
|
|
785
|
+
FLOATING = 131079
|
|
786
|
+
FOCUSED = 131073
|
|
787
|
+
FOCUS_ON_SHOW = 131084
|
|
788
|
+
FORMAT_UNAVAILABLE = 65545
|
|
789
|
+
GAMEPAD_AXIS_LEFT_TRIGGER = 4
|
|
790
|
+
GAMEPAD_AXIS_LEFT_X = 0
|
|
791
|
+
GAMEPAD_AXIS_LEFT_Y = 1
|
|
792
|
+
GAMEPAD_AXIS_RIGHT_TRIGGER = 5
|
|
793
|
+
GAMEPAD_AXIS_RIGHT_X = 2
|
|
794
|
+
GAMEPAD_AXIS_RIGHT_Y = 3
|
|
795
|
+
GAMEPAD_BUTTON_A = 0
|
|
796
|
+
GAMEPAD_BUTTON_B = 1
|
|
797
|
+
GAMEPAD_BUTTON_BACK = 6
|
|
798
|
+
GAMEPAD_BUTTON_CIRCLE = 1
|
|
799
|
+
GAMEPAD_BUTTON_CROSS = 0
|
|
800
|
+
GAMEPAD_BUTTON_DPAD_DOWN = 13
|
|
801
|
+
GAMEPAD_BUTTON_DPAD_LEFT = 14
|
|
802
|
+
GAMEPAD_BUTTON_DPAD_RIGHT = 12
|
|
803
|
+
GAMEPAD_BUTTON_DPAD_UP = 11
|
|
804
|
+
GAMEPAD_BUTTON_GUIDE = 8
|
|
805
|
+
GAMEPAD_BUTTON_LEFT_BUMPER = 4
|
|
806
|
+
GAMEPAD_BUTTON_LEFT_THUMB = 9
|
|
807
|
+
GAMEPAD_BUTTON_RIGHT_BUMPER = 5
|
|
808
|
+
GAMEPAD_BUTTON_RIGHT_THUMB = 10
|
|
809
|
+
GAMEPAD_BUTTON_SQUARE = 2
|
|
810
|
+
GAMEPAD_BUTTON_START = 7
|
|
811
|
+
GAMEPAD_BUTTON_TRIANGLE = 3
|
|
812
|
+
GAMEPAD_BUTTON_X = 2
|
|
813
|
+
GAMEPAD_BUTTON_Y = 3
|
|
814
|
+
GREEN_BITS = 135170
|
|
815
|
+
HAND_CURSOR = 221188
|
|
816
|
+
HAT_CENTERED = 0
|
|
817
|
+
HAT_DOWN = 4
|
|
818
|
+
HAT_LEFT = 8
|
|
819
|
+
HAT_LEFT_DOWN = 12
|
|
820
|
+
HAT_LEFT_UP = 9
|
|
821
|
+
HAT_RIGHT = 2
|
|
822
|
+
HAT_RIGHT_DOWN = 6
|
|
823
|
+
HAT_RIGHT_UP = 3
|
|
824
|
+
HAT_UP = 1
|
|
825
|
+
HOVERED = 131083
|
|
826
|
+
HRESIZE_CURSOR = 221189
|
|
827
|
+
IBEAM_CURSOR = 221186
|
|
828
|
+
ICONIFIED = 131074
|
|
829
|
+
INVALID_ENUM = 65539
|
|
830
|
+
INVALID_VALUE = 65540
|
|
831
|
+
JOYSTICK_1 = 0
|
|
832
|
+
JOYSTICK_10 = 9
|
|
833
|
+
JOYSTICK_11 = 10
|
|
834
|
+
JOYSTICK_12 = 11
|
|
835
|
+
JOYSTICK_13 = 12
|
|
836
|
+
JOYSTICK_14 = 13
|
|
837
|
+
JOYSTICK_15 = 14
|
|
838
|
+
JOYSTICK_16 = 15
|
|
839
|
+
JOYSTICK_2 = 1
|
|
840
|
+
JOYSTICK_3 = 2
|
|
841
|
+
JOYSTICK_4 = 3
|
|
842
|
+
JOYSTICK_5 = 4
|
|
843
|
+
JOYSTICK_6 = 5
|
|
844
|
+
JOYSTICK_7 = 6
|
|
845
|
+
JOYSTICK_8 = 7
|
|
846
|
+
JOYSTICK_9 = 8
|
|
847
|
+
JOYSTICK_HAT_BUTTONS = 327681
|
|
848
|
+
KEY_0 = 48
|
|
849
|
+
KEY_1 = 49
|
|
850
|
+
KEY_2 = 50
|
|
851
|
+
KEY_3 = 51
|
|
852
|
+
KEY_4 = 52
|
|
853
|
+
KEY_5 = 53
|
|
854
|
+
KEY_6 = 54
|
|
855
|
+
KEY_7 = 55
|
|
856
|
+
KEY_8 = 56
|
|
857
|
+
KEY_9 = 57
|
|
858
|
+
KEY_A = 65
|
|
859
|
+
KEY_APOSTROPHE = 39
|
|
860
|
+
KEY_B = 66
|
|
861
|
+
KEY_BACKSLASH = 92
|
|
862
|
+
KEY_BACKSPACE = 259
|
|
863
|
+
KEY_C = 67
|
|
864
|
+
KEY_CAPS_LOCK = 280
|
|
865
|
+
KEY_COMMA = 44
|
|
866
|
+
KEY_D = 68
|
|
867
|
+
KEY_DELETE = 261
|
|
868
|
+
KEY_DOWN = 264
|
|
869
|
+
KEY_E = 69
|
|
870
|
+
KEY_END = 269
|
|
871
|
+
KEY_ENTER = 257
|
|
872
|
+
KEY_EQUAL = 61
|
|
873
|
+
KEY_ESCAPE = 256
|
|
874
|
+
KEY_F = 70
|
|
875
|
+
KEY_F1 = 290
|
|
876
|
+
KEY_F10 = 299
|
|
877
|
+
KEY_F11 = 300
|
|
878
|
+
KEY_F12 = 301
|
|
879
|
+
KEY_F13 = 302
|
|
880
|
+
KEY_F14 = 303
|
|
881
|
+
KEY_F15 = 304
|
|
882
|
+
KEY_F16 = 305
|
|
883
|
+
KEY_F17 = 306
|
|
884
|
+
KEY_F18 = 307
|
|
885
|
+
KEY_F19 = 308
|
|
886
|
+
KEY_F2 = 291
|
|
887
|
+
KEY_F20 = 309
|
|
888
|
+
KEY_F21 = 310
|
|
889
|
+
KEY_F22 = 311
|
|
890
|
+
KEY_F23 = 312
|
|
891
|
+
KEY_F24 = 313
|
|
892
|
+
KEY_F25 = 314
|
|
893
|
+
KEY_F3 = 292
|
|
894
|
+
KEY_F4 = 293
|
|
895
|
+
KEY_F5 = 294
|
|
896
|
+
KEY_F6 = 295
|
|
897
|
+
KEY_F7 = 296
|
|
898
|
+
KEY_F8 = 297
|
|
899
|
+
KEY_F9 = 298
|
|
900
|
+
KEY_G = 71
|
|
901
|
+
KEY_GRAVE_ACCENT = 96
|
|
902
|
+
KEY_H = 72
|
|
903
|
+
KEY_HOME = 268
|
|
904
|
+
KEY_I = 73
|
|
905
|
+
KEY_INSERT = 260
|
|
906
|
+
KEY_J = 74
|
|
907
|
+
KEY_K = 75
|
|
908
|
+
KEY_KP_0 = 320
|
|
909
|
+
KEY_KP_1 = 321
|
|
910
|
+
KEY_KP_2 = 322
|
|
911
|
+
KEY_KP_3 = 323
|
|
912
|
+
KEY_KP_4 = 324
|
|
913
|
+
KEY_KP_5 = 325
|
|
914
|
+
KEY_KP_6 = 326
|
|
915
|
+
KEY_KP_7 = 327
|
|
916
|
+
KEY_KP_8 = 328
|
|
917
|
+
KEY_KP_9 = 329
|
|
918
|
+
KEY_KP_ADD = 334
|
|
919
|
+
KEY_KP_DECIMAL = 330
|
|
920
|
+
KEY_KP_DIVIDE = 331
|
|
921
|
+
KEY_KP_ENTER = 335
|
|
922
|
+
KEY_KP_EQUAL = 336
|
|
923
|
+
KEY_KP_MULTIPLY = 332
|
|
924
|
+
KEY_KP_SUBTRACT = 333
|
|
925
|
+
KEY_L = 76
|
|
926
|
+
KEY_LEFT = 263
|
|
927
|
+
KEY_LEFT_ALT = 342
|
|
928
|
+
KEY_LEFT_BRACKET = 91
|
|
929
|
+
KEY_LEFT_CONTROL = 341
|
|
930
|
+
KEY_LEFT_SHIFT = 340
|
|
931
|
+
KEY_LEFT_SUPER = 343
|
|
932
|
+
KEY_M = 77
|
|
933
|
+
KEY_MENU = 348
|
|
934
|
+
KEY_MINUS = 45
|
|
935
|
+
KEY_N = 78
|
|
936
|
+
KEY_NUM_LOCK = 282
|
|
937
|
+
KEY_O = 79
|
|
938
|
+
KEY_P = 80
|
|
939
|
+
KEY_PAGE_DOWN = 267
|
|
940
|
+
KEY_PAGE_UP = 266
|
|
941
|
+
KEY_PAUSE = 284
|
|
942
|
+
KEY_PERIOD = 46
|
|
943
|
+
KEY_PRINT_SCREEN = 283
|
|
944
|
+
KEY_Q = 81
|
|
945
|
+
KEY_R = 82
|
|
946
|
+
KEY_RIGHT = 262
|
|
947
|
+
KEY_RIGHT_ALT = 346
|
|
948
|
+
KEY_RIGHT_BRACKET = 93
|
|
949
|
+
KEY_RIGHT_CONTROL = 345
|
|
950
|
+
KEY_RIGHT_SHIFT = 344
|
|
951
|
+
KEY_RIGHT_SUPER = 347
|
|
952
|
+
KEY_S = 83
|
|
953
|
+
KEY_SCROLL_LOCK = 281
|
|
954
|
+
KEY_SEMICOLON = 59
|
|
955
|
+
KEY_SLASH = 47
|
|
956
|
+
KEY_SPACE = 32
|
|
957
|
+
KEY_T = 84
|
|
958
|
+
KEY_TAB = 258
|
|
959
|
+
KEY_U = 85
|
|
960
|
+
KEY_UNKNOWN = -1
|
|
961
|
+
KEY_UP = 265
|
|
962
|
+
KEY_V = 86
|
|
963
|
+
KEY_W = 87
|
|
964
|
+
KEY_WORLD_1 = 161
|
|
965
|
+
KEY_WORLD_2 = 162
|
|
966
|
+
KEY_X = 88
|
|
967
|
+
KEY_Y = 89
|
|
968
|
+
KEY_Z = 90
|
|
969
|
+
LOCK_KEY_MODS = 208900
|
|
970
|
+
LOSE_CONTEXT_ON_RESET = 200706
|
|
971
|
+
MAXIMIZED = 131080
|
|
972
|
+
MOD_ALT = 4
|
|
973
|
+
MOD_CAPS_LOCK = 16
|
|
974
|
+
MOD_CONTROL = 2
|
|
975
|
+
MOD_NUM_LOCK = 32
|
|
976
|
+
MOD_SHIFT = 1
|
|
977
|
+
MOD_SUPER = 8
|
|
978
|
+
MOUSE_BUTTON_1 = 0
|
|
979
|
+
MOUSE_BUTTON_2 = 1
|
|
980
|
+
MOUSE_BUTTON_3 = 2
|
|
981
|
+
MOUSE_BUTTON_4 = 3
|
|
982
|
+
MOUSE_BUTTON_5 = 4
|
|
983
|
+
MOUSE_BUTTON_6 = 5
|
|
984
|
+
MOUSE_BUTTON_7 = 6
|
|
985
|
+
MOUSE_BUTTON_8 = 7
|
|
986
|
+
MOUSE_BUTTON_LEFT = 0
|
|
987
|
+
MOUSE_BUTTON_MIDDLE = 2
|
|
988
|
+
MOUSE_BUTTON_RIGHT = 1
|
|
989
|
+
NATIVE_CONTEXT_API = 221185
|
|
990
|
+
NOT_INITIALIZED = 65537
|
|
991
|
+
NO_API = 0
|
|
992
|
+
NO_CURRENT_CONTEXT = 65538
|
|
993
|
+
NO_ERROR = 0
|
|
994
|
+
NO_RESET_NOTIFICATION = 200705
|
|
995
|
+
NO_ROBUSTNESS = 0
|
|
996
|
+
NO_WINDOW_CONTEXT = 65546
|
|
997
|
+
OPENGL_ANY_PROFILE = 0
|
|
998
|
+
OPENGL_API = 196609
|
|
999
|
+
OPENGL_COMPAT_PROFILE = 204802
|
|
1000
|
+
OPENGL_CORE_PROFILE = 204801
|
|
1001
|
+
OPENGL_DEBUG_CONTEXT = 139271
|
|
1002
|
+
OPENGL_ES_API = 196610
|
|
1003
|
+
OPENGL_FORWARD_COMPAT = 139270
|
|
1004
|
+
OPENGL_PROFILE = 139272
|
|
1005
|
+
OSMESA_CONTEXT_API = 221187
|
|
1006
|
+
OUT_OF_MEMORY = 65541
|
|
1007
|
+
PLATFORM_ERROR = 65544
|
|
1008
|
+
PRESS = 1
|
|
1009
|
+
RAW_MOUSE_MOTION = 208901
|
|
1010
|
+
RED_BITS = 135169
|
|
1011
|
+
REFRESH_RATE = 135183
|
|
1012
|
+
RELEASE = 0
|
|
1013
|
+
RELEASE_BEHAVIOR_FLUSH = 217089
|
|
1014
|
+
RELEASE_BEHAVIOR_NONE = 217090
|
|
1015
|
+
REPEAT = 2
|
|
1016
|
+
RESIZABLE = 131075
|
|
1017
|
+
SAMPLES = 135181
|
|
1018
|
+
SCALE_TO_MONITOR = 139276
|
|
1019
|
+
SRGB_CAPABLE = 135182
|
|
1020
|
+
STENCIL_BITS = 135174
|
|
1021
|
+
STEREO = 135180
|
|
1022
|
+
STICKY_KEYS = 208898
|
|
1023
|
+
STICKY_MOUSE_BUTTONS = 208899
|
|
1024
|
+
TRANSPARENT_FRAMEBUFFER = 131082
|
|
1025
|
+
VERSION_MAJOR = 3
|
|
1026
|
+
VERSION_MINOR = 4
|
|
1027
|
+
VERSION_REVISION = 0
|
|
1028
|
+
VERSION_UNAVAILABLE = 65543
|
|
1029
|
+
VISIBLE = 131076
|
|
1030
|
+
VRESIZE_CURSOR = 221190
|
|
1031
|
+
X11_CLASS_NAME = 147457
|
|
1032
|
+
X11_INSTANCE_NAME = 147458
|