MCPcopy Create free account

hub / github.com/go-gl/glfw / types & classes

Types & classes3,432 in github.com/go-gl/glfw

↓ 6 callersTypeAliasAction
Action corresponds to a key or button action.
v3.3/glfw/input.go:290
↓ 6 callersTypeAliasAction
Action corresponds to a key or button action.
v3.4/glfw/input.go:297
↓ 4 callersTypeAliasAction
Action corresponds to a key or button action.
v3.1/glfw/input.go:221
↓ 4 callersTypeAliasAction
Action corresponds to a key or button action.
v3.0/glfw/input.go:207
↓ 4 callersTypeAliasAction
Action corresponds to a key or button action.
v3.2/glfw/input.go:224
↓ 3 callersTypeAliasModifierKey
ModifierKey corresponds to a modifier key.
v3.3/glfw/input.go:245
↓ 3 callersTypeAliasModifierKey
ModifierKey corresponds to a modifier key.
v3.1/glfw/input.go:178
↓ 3 callersTypeAliasModifierKey
ModifierKey corresponds to a modifier key.
v3.2/glfw/input.go:181
↓ 3 callersTypeAliasModifierKey
ModifierKey corresponds to a modifier key.
v3.4/glfw/input.go:245
↓ 3 callersClassnk_vec2
v3.3/glfw/glfw/deps/nuklear_glfw_gl2.h:73
↓ 3 callersClassnk_vec2
v3.4/glfw/glfw/deps/nuklear_glfw_gl2.h:73
↓ 2 callersTypeAliasErrorCode
ErrorCode corresponds to an error code.
v3.4/glfw/error.go:15
↓ 2 callersTypeAliasModifierKey
ModifierKey corresponds to a modifier key.
v3.0/glfw/input.go:177
↓ 2 callersTypeAliasPeripheralEvent
PeripheralEvent corresponds to a peripheral(Monitor or Joystick) configuration event.
v3.3/glfw/monitor.go:23
↓ 2 callersTypeAliasPeripheralEvent
PeripheralEvent corresponds to a peripheral(Monitor or Joystick) configuration event.
v3.4/glfw/monitor.go:23
↓ 1 callersTypeAliasErrorCode
ErrorCode corresponds to an error code.
v3.3/glfw/error.go:15
↓ 1 callersTypeAliasErrorCode
ErrorCode corresponds to an error code.
v3.1/glfw/error.go:14
↓ 1 callersTypeAliasErrorCode
ErrorCode corresponds to an error code.
v3.0/glfw/error.go:9
↓ 1 callersTypeAliasErrorCode
ErrorCode corresponds to an error code.
v3.2/glfw/error.go:14
↓ 1 callersTypeAliasJoystick
Joystick corresponds to a joystick.
v3.3/glfw/input.go:27
↓ 1 callersTypeAliasJoystick
Joystick corresponds to a joystick.
v3.4/glfw/input.go:27
↓ 1 callersTypeAliasJoystickHatState
JoystickHatState corresponds to joystick hat states.
v3.3/glfw/input.go:51
↓ 1 callersTypeAliasJoystickHatState
JoystickHatState corresponds to joystick hat states.
v3.4/glfw/input.go:51
↓ 1 callersTypeAliasKey
Key corresponds to a keyboard key.
v3.3/glfw/input.go:114
↓ 1 callersTypeAliasKey
Key corresponds to a keyboard key.
v3.1/glfw/input.go:47
↓ 1 callersTypeAliasKey
Key corresponds to a keyboard key.
v3.0/glfw/input.go:45
↓ 1 callersTypeAliasKey
Key corresponds to a keyboard key.
v3.2/glfw/input.go:50
↓ 1 callersTypeAliasKey
Key corresponds to a keyboard key.
v3.4/glfw/input.go:114
↓ 1 callersTypeAliasMonitorEvent
MonitorEvent corresponds to a monitor configuration event.
v3.1/glfw/monitor.go:21
↓ 1 callersTypeAliasMonitorEvent
MonitorEvent corresponds to a monitor configuration event.
v3.0/glfw/monitor.go:22
↓ 1 callersTypeAliasMonitorEvent
MonitorEvent corresponds to a monitor configuration event.
v3.2/glfw/monitor.go:22
↓ 1 callersTypeAliasMouseButton
MouseButton corresponds to a mouse button.
v3.3/glfw/input.go:258
↓ 1 callersTypeAliasMouseButton
MouseButton corresponds to a mouse button.
v3.1/glfw/input.go:189
↓ 1 callersTypeAliasMouseButton
MouseButton corresponds to a mouse button.
v3.0/glfw/input.go:188
↓ 1 callersTypeAliasMouseButton
MouseButton corresponds to a mouse button.
v3.2/glfw/input.go:192
↓ 1 callersTypeAliasMouseButton
MouseButton corresponds to a mouse button.
v3.4/glfw/input.go:258
↓ 1 callersTypeAliasPlatform
Platform identifies a supported GLFW platform.
v3.4/glfw/window.go:56
TypeAliasAllocateFunc
AllocateFunc is a C function pointer used for memory allocation with InitAllocator. This must point to a C function matching GLFWallocatefun and must
v3.4/glfw/glfw.go:84
StructAllocator
Allocator describes the custom allocator callbacks used by InitAllocator.
v3.4/glfw/glfw.go:101
ClassBig
v3.3/glfw/glfw/deps/nuklear.h:5595
ClassBig
v3.4/glfw/glfw/deps/nuklear.h:5674
FuncTypeCharCallback
CharCallback is the character callback.
v3.3/glfw/input.go:583
FuncTypeCharCallback
func(w *Window, char rune)
v3.1/glfw/input.go:447
FuncTypeCharCallback
CharCallback is the character callback.
v3.2/glfw/input.go:488
FuncTypeCharCallback
CharCallback is the character callback.
v3.4/glfw/input.go:606
FuncTypeCharModsCallback
CharModsCallback is the character with modifiers callback.
v3.3/glfw/input.go:612
FuncTypeCharModsCallback
func(w *Window, char rune, mods ModifierKey)
v3.1/glfw/input.go:475
FuncTypeCharModsCallback
CharModsCallback is the character with modifiers callback.
v3.2/glfw/input.go:517
FuncTypeCharModsCallback
CharModsCallback is the character with modifiers callback.
v3.4/glfw/input.go:635
FuncTypeCloseCallback
CloseCallback is the window close callback.
v3.3/glfw/window.go:769
FuncTypeCloseCallback
func(w *Window)
v3.1/glfw/window.go:512
FuncTypeCloseCallback
CloseCallback is the window close callback.
v3.2/glfw/window.go:644
FuncTypeCloseCallback
CloseCallback is the window close callback.
v3.4/glfw/window.go:848
FuncTypeContentScaleCallback
ContentScaleCallback is the function signature for window content scale callback functions.
v3.3/glfw/window.go:813
FuncTypeContentScaleCallback
ContentScaleCallback is the function signature for window content scale callback functions.
v3.4/glfw/window.go:892
StructCursor
Cursor represents a cursor.
v3.3/glfw/input.go:319
StructCursor
v3.1/glfw/input.go:246
StructCursor
Cursor represents a cursor.
v3.2/glfw/input.go:251
StructCursor
Cursor represents a cursor.
v3.4/glfw/input.go:327
FuncTypeCursorEnterCallback
CursorEnterCallback is the cursor boundary crossing callback.
v3.3/glfw/input.go:680
FuncTypeCursorEnterCallback
func(w *Window, entered bool)
v3.1/glfw/input.go:538
FuncTypeCursorEnterCallback
CursorEnterCallback is the cursor boundary crossing callback.
v3.2/glfw/input.go:583
FuncTypeCursorEnterCallback
CursorEnterCallback is the cursor boundary crossing callback.
v3.4/glfw/input.go:703
FuncTypeCursorPosCallback
CursorPosCallback the cursor position callback.
v3.3/glfw/input.go:662
FuncTypeCursorPosCallback
func(w *Window, xpos float64, ypos float64)
v3.1/glfw/input.go:521
FuncTypeCursorPosCallback
CursorPosCallback the cursor position callback.
v3.2/glfw/input.go:565
FuncTypeCursorPosCallback
CursorPosCallback the cursor position callback.
v3.4/glfw/input.go:685
ClassDICONDITION
v3.3/glfw/glfw/deps/mingw/dinput.h:1042
ClassDICONDITION
v3.2/glfw/glfw/deps/mingw/dinput.h:1042
ClassDICONDITION
v3.4/glfw/glfw/deps/mingw/dinput.h:1042
ClassDICONSTANTFORCE
v3.3/glfw/glfw/deps/mingw/dinput.h:1023
ClassDICONSTANTFORCE
v3.2/glfw/glfw/deps/mingw/dinput.h:1023
ClassDICONSTANTFORCE
v3.4/glfw/glfw/deps/mingw/dinput.h:1023
ClassDICUSTOMFORCE
v3.3/glfw/glfw/deps/mingw/dinput.h:1052
ClassDICUSTOMFORCE
v3.2/glfw/glfw/deps/mingw/dinput.h:1052
ClassDICUSTOMFORCE
v3.4/glfw/glfw/deps/mingw/dinput.h:1052
ClassDIDEVCAPS
v3.3/glfw/glfw/deps/mingw/dinput.h:906
ClassDIDEVCAPS
v3.2/glfw/glfw/deps/mingw/dinput.h:906
ClassDIDEVCAPS
v3.4/glfw/glfw/deps/mingw/dinput.h:906
ClassDIDEVCAPS_DX3
v3.3/glfw/glfw/deps/mingw/dinput.h:897
ClassDIDEVCAPS_DX3
v3.2/glfw/glfw/deps/mingw/dinput.h:897
ClassDIDEVCAPS_DX3
v3.4/glfw/glfw/deps/mingw/dinput.h:897
ClassDIDEVICEINSTANCEA
v3.3/glfw/glfw/deps/mingw/dinput.h:442
ClassDIDEVICEINSTANCEA
v3.2/glfw/glfw/deps/mingw/dinput.h:442
ClassDIDEVICEINSTANCEA
v3.4/glfw/glfw/deps/mingw/dinput.h:442
ClassDIDEVICEINSTANCEW
v3.3/glfw/glfw/deps/mingw/dinput.h:457
ClassDIDEVICEINSTANCEW
v3.2/glfw/glfw/deps/mingw/dinput.h:457
ClassDIDEVICEINSTANCEW
v3.4/glfw/glfw/deps/mingw/dinput.h:457
ClassDIDEVICEINSTANCE_DX3A
v3.3/glfw/glfw/deps/mingw/dinput.h:419
ClassDIDEVICEINSTANCE_DX3A
v3.2/glfw/glfw/deps/mingw/dinput.h:419
ClassDIDEVICEINSTANCE_DX3A
v3.4/glfw/glfw/deps/mingw/dinput.h:419
ClassDIDEVICEINSTANCE_DX3W
v3.3/glfw/glfw/deps/mingw/dinput.h:428
ClassDIDEVICEINSTANCE_DX3W
v3.2/glfw/glfw/deps/mingw/dinput.h:428
ClassDIDEVICEINSTANCE_DX3W
v3.4/glfw/glfw/deps/mingw/dinput.h:428
ClassDIDEVICEOBJECTDATA
v3.3/glfw/glfw/deps/mingw/dinput.h:713
ClassDIDEVICEOBJECTDATA
v3.2/glfw/glfw/deps/mingw/dinput.h:713
ClassDIDEVICEOBJECTDATA
v3.4/glfw/glfw/deps/mingw/dinput.h:713
ClassDIDEVICEOBJECTDATA_DX3
v3.3/glfw/glfw/deps/mingw/dinput.h:705
ClassDIDEVICEOBJECTDATA_DX3
v3.2/glfw/glfw/deps/mingw/dinput.h:705
ClassDIDEVICEOBJECTDATA_DX3
v3.4/glfw/glfw/deps/mingw/dinput.h:705
next →1–100 of 3,432, ranked by callers