Module: RGSS::GLFW

Defined in:
lib/rgss/stubs/glfw.rb

Constant Summary collapse

GLFW_TRUE =
1
GLFW_FALSE =
0
GLFW_RELEASE =
0
GLFW_PRESS =
1
GLFW_REPEAT =
2
GLFW_HAT_CENTERED =
0
GLFW_HAT_UP =
1
GLFW_HAT_RIGHT =
2
GLFW_HAT_DOWN =
4
GLFW_HAT_LEFT =
8
GLFW_HAT_RIGHT_UP =
GLFW_HAT_RIGHT
GLFW_HAT_RIGHT_DOWN =
GLFW_HAT_RIGHT
GLFW_HAT_LEFT_UP =
GLFW_HAT_LEFT
GLFW_HAT_LEFT_DOWN =
GLFW_HAT_LEFT
GLFW_KEY_UNKNOWN =
-1
GLFW_KEY_SPACE =
32
GLFW_KEY_APOSTROPHE =
39
GLFW_KEY_COMMA =
44
GLFW_KEY_MINUS =
45
GLFW_KEY_PERIOD =
46
GLFW_KEY_SLASH =
47
GLFW_KEY_0 =
48
GLFW_KEY_1 =
49
GLFW_KEY_2 =
50
GLFW_KEY_3 =
51
GLFW_KEY_4 =
52
GLFW_KEY_5 =
53
GLFW_KEY_6 =
54
GLFW_KEY_7 =
55
GLFW_KEY_8 =
56
GLFW_KEY_9 =
57
GLFW_KEY_SEMICOLON =
59
GLFW_KEY_EQUAL =
61
GLFW_KEY_A =
65
GLFW_KEY_B =
66
GLFW_KEY_C =
67
GLFW_KEY_D =
68
GLFW_KEY_E =
69
GLFW_KEY_F =
70
GLFW_KEY_G =
71
GLFW_KEY_H =
72
GLFW_KEY_I =
73
GLFW_KEY_J =
74
GLFW_KEY_K =
75
GLFW_KEY_L =
76
GLFW_KEY_M =
77
GLFW_KEY_N =
78
GLFW_KEY_O =
79
GLFW_KEY_P =
80
GLFW_KEY_Q =
81
GLFW_KEY_R =
82
GLFW_KEY_S =
83
GLFW_KEY_T =
84
GLFW_KEY_U =
85
GLFW_KEY_V =
86
GLFW_KEY_W =
87
GLFW_KEY_X =
88
GLFW_KEY_Y =
89
GLFW_KEY_Z =
90
GLFW_KEY_LEFT_BRACKET =
91
GLFW_KEY_BACKSLASH =
92
GLFW_KEY_RIGHT_BRACKET =
93
GLFW_KEY_GRAVE_ACCENT =
96
GLFW_KEY_WORLD_1 =
161
GLFW_KEY_WORLD_2 =
162
GLFW_KEY_ESCAPE =
256
GLFW_KEY_ENTER =
257
GLFW_KEY_TAB =
258
GLFW_KEY_BACKSPACE =
259
GLFW_KEY_INSERT =
260
GLFW_KEY_DELETE =
261
GLFW_KEY_RIGHT =
262
GLFW_KEY_LEFT =
263
GLFW_KEY_DOWN =
264
GLFW_KEY_UP =
265
GLFW_KEY_PAGE_UP =
266
GLFW_KEY_PAGE_DOWN =
267
GLFW_KEY_HOME =
268
GLFW_KEY_END =
269
GLFW_KEY_CAPS_LOCK =
280
GLFW_KEY_SCROLL_LOCK =
281
GLFW_KEY_NUM_LOCK =
282
GLFW_KEY_PRINT_SCREEN =
283
GLFW_KEY_PAUSE =
284
GLFW_KEY_F1 =
290
GLFW_KEY_F2 =
291
GLFW_KEY_F3 =
292
GLFW_KEY_F4 =
293
GLFW_KEY_F5 =
294
GLFW_KEY_F6 =
295
GLFW_KEY_F7 =
296
GLFW_KEY_F8 =
297
GLFW_KEY_F9 =
298
GLFW_KEY_F10 =
299
GLFW_KEY_F11 =
300
GLFW_KEY_F12 =
301
GLFW_KEY_F13 =
302
GLFW_KEY_F14 =
303
GLFW_KEY_F15 =
304
GLFW_KEY_F16 =
305
GLFW_KEY_F17 =
306
GLFW_KEY_F18 =
307
GLFW_KEY_F19 =
308
GLFW_KEY_F20 =
309
GLFW_KEY_F21 =
310
GLFW_KEY_F22 =
311
GLFW_KEY_F23 =
312
GLFW_KEY_F24 =
313
GLFW_KEY_F25 =
314
GLFW_KEY_KP_0 =
320
GLFW_KEY_KP_1 =
321
GLFW_KEY_KP_2 =
322
GLFW_KEY_KP_3 =
323
GLFW_KEY_KP_4 =
324
GLFW_KEY_KP_5 =
325
GLFW_KEY_KP_6 =
326
GLFW_KEY_KP_7 =
327
GLFW_KEY_KP_8 =
328
GLFW_KEY_KP_9 =
329
GLFW_KEY_KP_DECIMAL =
330
GLFW_KEY_KP_DIVIDE =
331
GLFW_KEY_KP_MULTIPLY =
332
GLFW_KEY_KP_SUBTRACT =
333
GLFW_KEY_KP_ADD =
334
GLFW_KEY_KP_ENTER =
335
GLFW_KEY_KP_EQUAL =
336
GLFW_KEY_LEFT_SHIFT =
340
GLFW_KEY_LEFT_CONTROL =
341
GLFW_KEY_LEFT_ALT =
342
GLFW_KEY_LEFT_SUPER =
343
GLFW_KEY_RIGHT_SHIFT =
344
GLFW_KEY_RIGHT_CONTROL =
345
GLFW_KEY_RIGHT_ALT =
346
GLFW_KEY_RIGHT_SUPER =
347
GLFW_KEY_MENU =
348
GLFW_KEY_LAST =
GLFW_KEY_MENU
GLFW_MOD_SHIFT =
0x0001
GLFW_MOD_CONTROL =
0x0002
GLFW_MOD_ALT =
0x0004
GLFW_MOD_SUPER =
0x0008
GLFW_MOD_CAPS_LOCK =
0x0010
GLFW_MOD_NUM_LOCK =
0x0020
GLFW_MOUSE_BUTTON_1 =
0
GLFW_MOUSE_BUTTON_2 =
1
GLFW_MOUSE_BUTTON_3 =
2
GLFW_MOUSE_BUTTON_4 =
3
GLFW_MOUSE_BUTTON_5 =
4
GLFW_MOUSE_BUTTON_6 =
5
GLFW_MOUSE_BUTTON_7 =
6
GLFW_MOUSE_BUTTON_8 =
7
GLFW_MOUSE_BUTTON_LAST =
GLFW_MOUSE_BUTTON_8
GLFW_MOUSE_BUTTON_LEFT =
GLFW_MOUSE_BUTTON_1
GLFW_MOUSE_BUTTON_RIGHT =
GLFW_MOUSE_BUTTON_2
GLFW_MOUSE_BUTTON_MIDDLE =
GLFW_MOUSE_BUTTON_3
GLFW_JOYSTICK_1 =
0
GLFW_JOYSTICK_2 =
1
GLFW_JOYSTICK_3 =
2
GLFW_JOYSTICK_4 =
3
GLFW_JOYSTICK_5 =
4
GLFW_JOYSTICK_6 =
5
GLFW_JOYSTICK_7 =
6
GLFW_JOYSTICK_8 =
7
GLFW_JOYSTICK_9 =
8
GLFW_JOYSTICK_10 =
9
GLFW_JOYSTICK_11 =
10
GLFW_JOYSTICK_12 =
11
GLFW_JOYSTICK_13 =
12
GLFW_JOYSTICK_14 =
13
GLFW_JOYSTICK_15 =
14
GLFW_JOYSTICK_16 =
15
GLFW_JOYSTICK_LAST =
GLFW_JOYSTICK_16
GLFW_GAMEPAD_BUTTON_A =
0
GLFW_GAMEPAD_BUTTON_B =
1
GLFW_GAMEPAD_BUTTON_X =
2
GLFW_GAMEPAD_BUTTON_Y =
3
GLFW_GAMEPAD_BUTTON_LEFT_BUMPER =
4
GLFW_GAMEPAD_BUTTON_RIGHT_BUMPER =
5
GLFW_GAMEPAD_BUTTON_BACK =
6
GLFW_GAMEPAD_BUTTON_START =
7
GLFW_GAMEPAD_BUTTON_GUIDE =
8
GLFW_GAMEPAD_BUTTON_LEFT_THUMB =
9
GLFW_GAMEPAD_BUTTON_RIGHT_THUMB =
10
GLFW_GAMEPAD_BUTTON_DPAD_UP =
11
GLFW_GAMEPAD_BUTTON_DPAD_RIGHT =
12
GLFW_GAMEPAD_BUTTON_DPAD_DOWN =
13
GLFW_GAMEPAD_BUTTON_DPAD_LEFT =
14
GLFW_GAMEPAD_BUTTON_LAST =
GLFW_GAMEPAD_BUTTON_DPAD_LEFT
GLFW_GAMEPAD_BUTTON_CROSS =
GLFW_GAMEPAD_BUTTON_A
GLFW_GAMEPAD_BUTTON_CIRCLE =
GLFW_GAMEPAD_BUTTON_B
GLFW_GAMEPAD_BUTTON_SQUARE =
GLFW_GAMEPAD_BUTTON_X
GLFW_GAMEPAD_BUTTON_TRIANGLE =
GLFW_GAMEPAD_BUTTON_Y
GLFW_GAMEPAD_AXIS_LEFT_X =
0
GLFW_GAMEPAD_AXIS_LEFT_Y =
1
GLFW_GAMEPAD_AXIS_RIGHT_X =
2
GLFW_GAMEPAD_AXIS_RIGHT_Y =
3
GLFW_GAMEPAD_AXIS_LEFT_TRIGGER =
4
GLFW_GAMEPAD_AXIS_RIGHT_TRIGGER =
5
GLFW_GAMEPAD_AXIS_LAST =
GLFW_GAMEPAD_AXIS_RIGHT_TRIGGER
GLFW_NO_ERROR =
0
GLFW_NOT_INITIALIZED =
0x00010001
GLFW_NO_CURRENT_CONTEXT =
0x00010002
GLFW_INVALID_ENUM =
0x00010003
GLFW_INVALID_VALUE =
0x00010004
GLFW_OUT_OF_MEMORY =
0x00010005
GLFW_API_UNAVAILABLE =
0x00010006
GLFW_VERSION_UNAVAILABLE =
0x00010007
GLFW_PLATFORM_ERROR =
0x00010008
GLFW_FORMAT_UNAVAILABLE =
0x00010009
GLFW_NO_WINDOW_CONTEXT =
0x0001000A
GLFW_FOCUSED =
0x00020001
GLFW_ICONIFIED =
0x00020002
GLFW_RESIZABLE =
0x00020003
GLFW_VISIBLE =
0x00020004
GLFW_DECORATED =
0x00020005
GLFW_AUTO_ICONIFY =
0x00020006
GLFW_FLOATING =
0x00020007
GLFW_MAXIMIZED =
0x00020008
GLFW_CENTER_CURSOR =
0x00020009
GLFW_TRANSPARENT_FRAMEBUFFER =
0x0002000A
GLFW_HOVERED =
0x0002000B
GLFW_FOCUS_ON_SHOW =
0x0002000C
GLFW_RED_BITS =
0x00021001
GLFW_GREEN_BITS =
0x00021002
GLFW_BLUE_BITS =
0x00021003
GLFW_ALPHA_BITS =
0x00021004
GLFW_DEPTH_BITS =
0x00021005
GLFW_STENCIL_BITS =
0x00021006
GLFW_ACCUM_RED_BITS =
0x00021007
GLFW_ACCUM_GREEN_BITS =
0x00021008
GLFW_ACCUM_BLUE_BITS =
0x00021009
GLFW_ACCUM_ALPHA_BITS =
0x0002100A
GLFW_AUX_BUFFERS =
0x0002100B
GLFW_STEREO =
0x0002100C
GLFW_SAMPLES =
0x0002100D
GLFW_SRGB_CAPABLE =
0x0002100E
GLFW_REFRESH_RATE =
0x0002100F
GLFW_DOUBLEBUFFER =
0x00021010
GLFW_CLIENT_API =
0x00022001
GLFW_CONTEXT_VERSION_MAJOR =
0x00022002
GLFW_CONTEXT_VERSION_MINOR =
0x00022003
GLFW_CONTEXT_REVISION =
0x00022004
GLFW_CONTEXT_ROBUSTNESS =
0x00022005
GLFW_OPENGL_FORWARD_COMPAT =
0x00022006
GLFW_OPENGL_DEBUG_CONTEXT =
0x00022007
GLFW_OPENGL_PROFILE =
0x00022008
GLFW_CONTEXT_RELEASE_BEHAVIOR =
0x00022009
GLFW_CONTEXT_NO_ERROR =
0x0002200A
GLFW_CONTEXT_CREATION_API =
0x0002200B
GLFW_SCALE_TO_MONITOR =
0x0002200C
GLFW_COCOA_RETINA_FRAMEBUFFER =
0x00023001
GLFW_COCOA_FRAME_NAME =
0x00023002
GLFW_COCOA_GRAPHICS_SWITCHING =
0x00023003
GLFW_X11_CLASS_NAME =
0x00024001
GLFW_X11_INSTANCE_NAME =
0x00024002
GLFW_NO_API =
0
GLFW_OPENGL_API =
0x00030001
GLFW_OPENGL_ES_API =
0x00030002
GLFW_NO_ROBUSTNESS =
0
GLFW_NO_RESET_NOTIFICATION =
0x00031001
GLFW_LOSE_CONTEXT_ON_RESET =
0x00031002
GLFW_OPENGL_ANY_PROFILE =
0
GLFW_OPENGL_CORE_PROFILE =
0x00032001
GLFW_OPENGL_COMPAT_PROFILE =
0x00032002
GLFW_CURSOR =
0x00033001
GLFW_STICKY_KEYS =
0x00033002
GLFW_STICKY_MOUSE_BUTTONS =
0x00033003
GLFW_LOCK_KEY_MODS =
0x00033004
GLFW_RAW_MOUSE_MOTION =
0x00033005
GLFW_CURSOR_NORMAL =
0x00034001
GLFW_CURSOR_HIDDEN =
0x00034002
GLFW_CURSOR_DISABLED =
0x00034003
GLFW_ANY_RELEASE_BEHAVIOR =
0
GLFW_RELEASE_BEHAVIOR_FLUSH =
0x00035001
GLFW_RELEASE_BEHAVIOR_NONE =
0x00035002
GLFW_NATIVE_CONTEXT_API =
0x00036001
GLFW_EGL_CONTEXT_API =
0x00036002
GLFW_OSMESA_CONTEXT_API =
0x00036003
GLFW_ARROW_CURSOR =
0x00036001
GLFW_IBEAM_CURSOR =
0x00036002
GLFW_CROSSHAIR_CURSOR =
0x00036003
GLFW_HAND_CURSOR =
0x00036004
GLFW_HRESIZE_CURSOR =
0x00036005
GLFW_VRESIZE_CURSOR =
0x00036006
GLFW_CONNECTED =
0x00040001
GLFW_DISCONNECTED =
0x00040002
GLFW_JOYSTICK_HAT_BUTTONS =
0x00050001
GLFW_COCOA_CHDIR_RESOURCES =
0x00051001
GLFW_COCOA_MENUBAR =
0x00051002
GLFW_DONT_CARE =
-1

Class Method Summary collapse

Class Method Details

.glfwCreateCursor(image, x, y) ⇒ Object



297
298
# File 'lib/rgss/stubs/glfw.rb', line 297

def glfwCreateCursor(image, x, y)
end

.glfwCreateStandardCursor(shape) ⇒ Object



300
301
# File 'lib/rgss/stubs/glfw.rb', line 300

def glfwCreateStandardCursor(shape)
end

.glfwCreateWindow(width, height, title, monitor = nil, share = nil) ⇒ Object



303
304
# File 'lib/rgss/stubs/glfw.rb', line 303

def glfwCreateWindow(width, height, title, monitor = nil, share = nil)
end

.glfwDefaultWindowHintsObject



306
307
# File 'lib/rgss/stubs/glfw.rb', line 306

def glfwDefaultWindowHints
end

.glfwDestroyCursor(cursor) ⇒ Object



309
310
# File 'lib/rgss/stubs/glfw.rb', line 309

def glfwDestroyCursor(cursor)
end

.glfwDestroyWindow(window) ⇒ Object



312
313
# File 'lib/rgss/stubs/glfw.rb', line 312

def glfwDestroyWindow(window)
end

.glfwExtensionSupported(extension) ⇒ Object



315
316
# File 'lib/rgss/stubs/glfw.rb', line 315

def glfwExtensionSupported(extension)
end

.glfwFocusWindow(window) ⇒ Object



318
319
# File 'lib/rgss/stubs/glfw.rb', line 318

def glfwFocusWindow(window)
end

.glfwGetClipboardStringObject



321
322
# File 'lib/rgss/stubs/glfw.rb', line 321

def glfwGetClipboardString
end

.glfwGetCurrentContextObject



324
325
# File 'lib/rgss/stubs/glfw.rb', line 324

def glfwGetCurrentContext
end

.glfwGetCursorPos(window) ⇒ Object



327
328
# File 'lib/rgss/stubs/glfw.rb', line 327

def glfwGetCursorPos(window)
end

.glfwGetErrorObject



330
331
# File 'lib/rgss/stubs/glfw.rb', line 330

def glfwGetError
end

.glfwGetFramebufferSize(window) ⇒ Object



333
334
# File 'lib/rgss/stubs/glfw.rb', line 333

def glfwGetFramebufferSize(window)
end

.glfwGetGamepadName(jid) ⇒ Object



336
337
# File 'lib/rgss/stubs/glfw.rb', line 336

def glfwGetGamepadName(jid)
end

.glfwGetGamepadState(jid, state) ⇒ Object



339
340
# File 'lib/rgss/stubs/glfw.rb', line 339

def glfwGetGamepadState(jid, state)
end

.glfwGetGammaRamp(monitor) ⇒ Object



342
343
# File 'lib/rgss/stubs/glfw.rb', line 342

def glfwGetGammaRamp(monitor)
end

.glfwGetInputMode(window, mode) ⇒ Object



345
346
# File 'lib/rgss/stubs/glfw.rb', line 345

def glfwGetInputMode(window, mode)
end

.glfwGetJoystickAxes(jid) ⇒ Object



348
349
# File 'lib/rgss/stubs/glfw.rb', line 348

def glfwGetJoystickAxes(jid)
end

.glfwGetJoystickButtons(jid) ⇒ Object



351
352
# File 'lib/rgss/stubs/glfw.rb', line 351

def glfwGetJoystickButtons(jid)
end

.glfwGetJoystickGUID(jid) ⇒ Object



354
355
# File 'lib/rgss/stubs/glfw.rb', line 354

def glfwGetJoystickGUID(jid)
end

.glfwGetJoystickHats(jid) ⇒ Object



357
358
# File 'lib/rgss/stubs/glfw.rb', line 357

def glfwGetJoystickHats(jid)
end

.glfwGetJoystickName(jid) ⇒ Object



360
361
# File 'lib/rgss/stubs/glfw.rb', line 360

def glfwGetJoystickName(jid)
end

.glfwGetKey(window, key) ⇒ Object



363
364
# File 'lib/rgss/stubs/glfw.rb', line 363

def glfwGetKey(window, key)
end

.glfwGetKeyName(key, scancode) ⇒ Object



366
367
# File 'lib/rgss/stubs/glfw.rb', line 366

def glfwGetKeyName(key, scancode)
end

.glfwGetKeyScancode(key) ⇒ Object



369
370
# File 'lib/rgss/stubs/glfw.rb', line 369

def glfwGetKeyScancode(key)
end

.glfwGetMonitorContentScale(monitor) ⇒ Object



372
373
# File 'lib/rgss/stubs/glfw.rb', line 372

def glfwGetMonitorContentScale(monitor)
end

.glfwGetMonitorName(monitor) ⇒ Object



375
376
# File 'lib/rgss/stubs/glfw.rb', line 375

def glfwGetMonitorName(monitor)
end

.glfwGetMonitorPhysicalSize(monitor) ⇒ Object



378
379
# File 'lib/rgss/stubs/glfw.rb', line 378

def glfwGetMonitorPhysicalSize(monitor)
end

.glfwGetMonitorPos(monitor) ⇒ Object



381
382
# File 'lib/rgss/stubs/glfw.rb', line 381

def glfwGetMonitorPos(monitor)
end

.glfwGetMonitorsObject



384
385
# File 'lib/rgss/stubs/glfw.rb', line 384

def glfwGetMonitors
end

.glfwGetMonitorWorkarea(monitor) ⇒ Object



387
388
# File 'lib/rgss/stubs/glfw.rb', line 387

def glfwGetMonitorWorkarea(monitor)
end

.glfwGetMouseButton(window, button) ⇒ Object



390
391
# File 'lib/rgss/stubs/glfw.rb', line 390

def glfwGetMouseButton(window, button)
end

.glfwGetPrimaryMonitorObject



393
394
# File 'lib/rgss/stubs/glfw.rb', line 393

def glfwGetPrimaryMonitor
end

.glfwGetProcAddress(function) ⇒ Object



396
397
# File 'lib/rgss/stubs/glfw.rb', line 396

def glfwGetProcAddress(function)
end

.glfwGetRequiredInstanceExtensionsObject



399
400
# File 'lib/rgss/stubs/glfw.rb', line 399

def glfwGetRequiredInstanceExtensions
end

.glfwGetTimeObject



402
403
# File 'lib/rgss/stubs/glfw.rb', line 402

def glfwGetTime
end

.glfwGetTimerFrequencyObject



405
406
# File 'lib/rgss/stubs/glfw.rb', line 405

def glfwGetTimerFrequency
end

.glfwGetTimerValueObject



408
409
# File 'lib/rgss/stubs/glfw.rb', line 408

def glfwGetTimerValue
end

.glfwGetVersionObject



411
412
# File 'lib/rgss/stubs/glfw.rb', line 411

def glfwGetVersion
end

.glfwGetVersionStringObject



414
415
# File 'lib/rgss/stubs/glfw.rb', line 414

def glfwGetVersionString
end

.glfwGetVideoMode(monitor) ⇒ Object



417
418
# File 'lib/rgss/stubs/glfw.rb', line 417

def glfwGetVideoMode(monitor)
end

.glfwGetVideoModes(monitor) ⇒ Object



420
421
# File 'lib/rgss/stubs/glfw.rb', line 420

def glfwGetVideoModes(monitor)
end

.glfwGetWindowAttrib(window, attrib) ⇒ Object



423
424
# File 'lib/rgss/stubs/glfw.rb', line 423

def glfwGetWindowAttrib(window, attrib)
end

.glfwGetWindowContentScale(window) ⇒ Object



426
427
# File 'lib/rgss/stubs/glfw.rb', line 426

def glfwGetWindowContentScale(window)
end

.glfwGetWindowFrameSize(window) ⇒ Object



429
430
# File 'lib/rgss/stubs/glfw.rb', line 429

def glfwGetWindowFrameSize(window)
end

.glfwGetWindowMonitor(window) ⇒ Object



432
433
# File 'lib/rgss/stubs/glfw.rb', line 432

def glfwGetWindowMonitor(window)
end

.glfwGetWindowOpacity(window) ⇒ Object



435
436
# File 'lib/rgss/stubs/glfw.rb', line 435

def glfwGetWindowOpacity(window)
end

.glfwGetWindowPos(window) ⇒ Object



438
439
# File 'lib/rgss/stubs/glfw.rb', line 438

def glfwGetWindowPos(window)
end

.glfwGetWindowSize(window) ⇒ Object



441
442
# File 'lib/rgss/stubs/glfw.rb', line 441

def glfwGetWindowSize(window)
end

.glfwHideWindow(window) ⇒ Object



444
445
# File 'lib/rgss/stubs/glfw.rb', line 444

def glfwHideWindow(window)
end

.glfwIconifyWindow(window) ⇒ Object



447
448
# File 'lib/rgss/stubs/glfw.rb', line 447

def glfwIconifyWindow(window)
end

.glfwInitObject



450
451
# File 'lib/rgss/stubs/glfw.rb', line 450

def glfwInit
end

.glfwInitHint(hint, value) ⇒ Object



453
454
# File 'lib/rgss/stubs/glfw.rb', line 453

def glfwInitHint(hint, value)
end

.glfwJoystickIsGamepad(jid) ⇒ Object



456
457
# File 'lib/rgss/stubs/glfw.rb', line 456

def glfwJoystickIsGamepad(jid)
end

.glfwJoystickPresent(jid) ⇒ Object



459
460
# File 'lib/rgss/stubs/glfw.rb', line 459

def glfwJoystickPresent(jid)
end

.glfwMakeContextCurrent(window) ⇒ Object



462
463
# File 'lib/rgss/stubs/glfw.rb', line 462

def glfwMakeContextCurrent(window)
end

.glfwMaximizeWindow(window) ⇒ Object



465
466
# File 'lib/rgss/stubs/glfw.rb', line 465

def glfwMaximizeWindow(window)
end

.glfwPollEventsObject



468
469
# File 'lib/rgss/stubs/glfw.rb', line 468

def glfwPollEvents
end

.glfwPostEmptyEventObject



471
472
# File 'lib/rgss/stubs/glfw.rb', line 471

def glfwPostEmptyEvent
end

.glfwRawMouseMotionSupportedObject



474
475
# File 'lib/rgss/stubs/glfw.rb', line 474

def glfwRawMouseMotionSupported
end

.glfwRequestWindowAttention(window) ⇒ Object



477
478
# File 'lib/rgss/stubs/glfw.rb', line 477

def glfwRequestWindowAttention(window)
end

.glfwRestoreWindow(window) ⇒ Object



480
481
# File 'lib/rgss/stubs/glfw.rb', line 480

def glfwRestoreWindow(window)
end

.glfwSetCharCallback(window) ⇒ Object



483
484
# File 'lib/rgss/stubs/glfw.rb', line 483

def glfwSetCharCallback(window)
end

.glfwSetClipboardString(text) ⇒ Object



486
487
# File 'lib/rgss/stubs/glfw.rb', line 486

def glfwSetClipboardString(text)
end

.glfwSetCursor(window, cursor) ⇒ Object



489
490
# File 'lib/rgss/stubs/glfw.rb', line 489

def glfwSetCursor(window, cursor)
end

.glfwSetCursorEnterCallback(window, &block) ⇒ Object



492
493
# File 'lib/rgss/stubs/glfw.rb', line 492

def glfwSetCursorEnterCallback(window, &block)
end

.glfwSetCursorPos(window, point) ⇒ Object



495
496
# File 'lib/rgss/stubs/glfw.rb', line 495

def glfwSetCursorPos(window, point)
end

.glfwSetCursorPosCallback(window, &block) ⇒ Object



498
499
# File 'lib/rgss/stubs/glfw.rb', line 498

def glfwSetCursorPosCallback(window, &block)
end

.glfwSetDropCallback(window, &block) ⇒ Object



501
502
# File 'lib/rgss/stubs/glfw.rb', line 501

def glfwSetDropCallback(window, &block)
end

.glfwSetErrorCallback(&block) ⇒ Object



504
505
# File 'lib/rgss/stubs/glfw.rb', line 504

def glfwSetErrorCallback(&block)
end

.glfwSetFramebufferSizeCallback(window, &block) ⇒ Object



507
508
# File 'lib/rgss/stubs/glfw.rb', line 507

def glfwSetFramebufferSizeCallback(window, &block)
end

.glfwSetGamma(monitor, gamma) ⇒ Object



510
511
# File 'lib/rgss/stubs/glfw.rb', line 510

def glfwSetGamma(monitor, gamma)
end

.glfwSetGammaRamp(monitor, ramp) ⇒ Object



513
514
# File 'lib/rgss/stubs/glfw.rb', line 513

def glfwSetGammaRamp(monitor, ramp)
end

.glfwSetInputMode(window, mode, value) ⇒ Object



516
517
# File 'lib/rgss/stubs/glfw.rb', line 516

def glfwSetInputMode(window, mode, value)
end

.glfwSetJoystickCallback(&block) ⇒ Object



519
520
# File 'lib/rgss/stubs/glfw.rb', line 519

def glfwSetJoystickCallback(&block)
end

.glfwSetKeyCallback(window, &block) ⇒ Object



522
523
# File 'lib/rgss/stubs/glfw.rb', line 522

def glfwSetKeyCallback(window, &block)
end

.glfwSetMonitorCallback(&block) ⇒ Object



525
526
# File 'lib/rgss/stubs/glfw.rb', line 525

def glfwSetMonitorCallback(&block)
end

.glfwSetMouseButtonCallback(window, &block) ⇒ Object



528
529
# File 'lib/rgss/stubs/glfw.rb', line 528

def glfwSetMouseButtonCallback(window, &block)
end

.glfwSetScrollCallback(window, &block) ⇒ Object



531
532
# File 'lib/rgss/stubs/glfw.rb', line 531

def glfwSetScrollCallback(window, &block)
end

.glfwSetTime(time) ⇒ Object



534
535
# File 'lib/rgss/stubs/glfw.rb', line 534

def glfwSetTime(time)
end

.glfwSetWindowAspectRatio(window, numerator, denominator) ⇒ Object



537
538
# File 'lib/rgss/stubs/glfw.rb', line 537

def glfwSetWindowAspectRatio(window, numerator, denominator)
end

.glfwSetWindowAttrib(window, attrib, value) ⇒ Object



540
541
# File 'lib/rgss/stubs/glfw.rb', line 540

def glfwSetWindowAttrib(window, attrib, value)
end

.glfwSetWindowCloseCallback(window, &block) ⇒ Object



543
544
# File 'lib/rgss/stubs/glfw.rb', line 543

def glfwSetWindowCloseCallback(window, &block)
end

.glfwSetWindowContentScaleCallback(window, &block) ⇒ Object



546
547
# File 'lib/rgss/stubs/glfw.rb', line 546

def glfwSetWindowContentScaleCallback(window, &block)
end

.glfwSetWindowFocusCallback(window, &block) ⇒ Object



549
550
# File 'lib/rgss/stubs/glfw.rb', line 549

def glfwSetWindowFocusCallback(window, &block)
end

.glfwSetWindowIcon(window, icons) ⇒ Object



552
553
# File 'lib/rgss/stubs/glfw.rb', line 552

def glfwSetWindowIcon(window, icons)
end

.glfwSetWindowIconifyCallback(window, &block) ⇒ Object



555
556
# File 'lib/rgss/stubs/glfw.rb', line 555

def glfwSetWindowIconifyCallback(window, &block)
end

.glfwSetWindowMaximizeCallback(window, &block) ⇒ Object



558
559
# File 'lib/rgss/stubs/glfw.rb', line 558

def glfwSetWindowMaximizeCallback(window, &block)
end

.glfwSetWindowMonitor(window, monitor, x, y, width, height, refresh_rate) ⇒ Object



561
562
# File 'lib/rgss/stubs/glfw.rb', line 561

def glfwSetWindowMonitor(window, monitor, x, y, width, height, refresh_rate)
end

.glfwSetWindowOpacity(window, opacity) ⇒ Object



564
565
# File 'lib/rgss/stubs/glfw.rb', line 564

def glfwSetWindowOpacity(window, opacity)
end

.glfwSetWindowPos(window, point) ⇒ Object



567
568
# File 'lib/rgss/stubs/glfw.rb', line 567

def glfwSetWindowPos(window, point)
end

.glfwSetWindowPosCallback(wndow, &block) ⇒ Object



570
571
# File 'lib/rgss/stubs/glfw.rb', line 570

def glfwSetWindowPosCallback(wndow, &block)
end

.glfwSetWindowRefreshCallback(window, &block) ⇒ Object



573
574
# File 'lib/rgss/stubs/glfw.rb', line 573

def glfwSetWindowRefreshCallback(window, &block)
end

.glfwSetWindowShouldClose(window, flag) ⇒ Object



576
577
# File 'lib/rgss/stubs/glfw.rb', line 576

def glfwSetWindowShouldClose(window, flag)
end

.glfwSetWindowSize(window, size) ⇒ Object



579
580
# File 'lib/rgss/stubs/glfw.rb', line 579

def glfwSetWindowSize(window, size)
end

.glfwSetWindowSizeCallback(window, &block) ⇒ Object



582
583
# File 'lib/rgss/stubs/glfw.rb', line 582

def glfwSetWindowSizeCallback(window, &block)
end

.glfwSetWindowSizeLimits(window, min_x, min_y, max_x, max_y) ⇒ Object



585
586
# File 'lib/rgss/stubs/glfw.rb', line 585

def glfwSetWindowSizeLimits(window, min_x, min_y, max_x, max_y)
end

.glfwSetWindowTitle(window, title) ⇒ Object



588
589
# File 'lib/rgss/stubs/glfw.rb', line 588

def glfwSetWindowTitle(window, title)
end

.glfwShowWindow(window) ⇒ Object



591
592
# File 'lib/rgss/stubs/glfw.rb', line 591

def glfwShowWindow(window)
end

.glfwSwapBuffers(window) ⇒ Object



594
595
# File 'lib/rgss/stubs/glfw.rb', line 594

def glfwSwapBuffers(window)
end

.glfwSwapInterval(interval) ⇒ Object



597
598
# File 'lib/rgss/stubs/glfw.rb', line 597

def glfwSwapInterval(interval)
end

.glfwTerminateObject



600
601
# File 'lib/rgss/stubs/glfw.rb', line 600

def glfwTerminate
end

.glfwUpdateGamepadMappings(mappings) ⇒ Object



603
604
# File 'lib/rgss/stubs/glfw.rb', line 603

def glfwUpdateGamepadMappings(mappings)
end

.glfwVulkanSupportedObject



606
607
# File 'lib/rgss/stubs/glfw.rb', line 606

def glfwVulkanSupported
end

.glfwWaitEventsObject



609
610
# File 'lib/rgss/stubs/glfw.rb', line 609

def glfwWaitEvents
end

.glfwWaitEventsTimeout(timeout) ⇒ Object



612
613
# File 'lib/rgss/stubs/glfw.rb', line 612

def glfwWaitEventsTimeout(timeout)
end

.glfwWindowHint(hint, value) ⇒ Object



615
616
# File 'lib/rgss/stubs/glfw.rb', line 615

def glfwWindowHint(hint, value)
end

.glfwWindowHintString(hint, value) ⇒ Object



618
619
# File 'lib/rgss/stubs/glfw.rb', line 618

def glfwWindowHintString(hint, value)
end

.glfwWindowShouldClose(window) ⇒ Object



621
622
# File 'lib/rgss/stubs/glfw.rb', line 621

def glfwWindowShouldClose(window)
end