Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-gl/glfw
/ types & classes
Types & classes
3,432 in github.com/go-gl/glfw
⨍
Functions
5,991
◇
Types & classes
3,432
↓ 6 callers
TypeAlias
Action
Action corresponds to a key or button action.
v3.3/glfw/input.go:290
↓ 6 callers
TypeAlias
Action
Action corresponds to a key or button action.
v3.4/glfw/input.go:297
↓ 4 callers
TypeAlias
Action
Action corresponds to a key or button action.
v3.1/glfw/input.go:221
↓ 4 callers
TypeAlias
Action
Action corresponds to a key or button action.
v3.0/glfw/input.go:207
↓ 4 callers
TypeAlias
Action
Action corresponds to a key or button action.
v3.2/glfw/input.go:224
↓ 3 callers
TypeAlias
ModifierKey
ModifierKey corresponds to a modifier key.
v3.3/glfw/input.go:245
↓ 3 callers
TypeAlias
ModifierKey
ModifierKey corresponds to a modifier key.
v3.1/glfw/input.go:178
↓ 3 callers
TypeAlias
ModifierKey
ModifierKey corresponds to a modifier key.
v3.2/glfw/input.go:181
↓ 3 callers
TypeAlias
ModifierKey
ModifierKey corresponds to a modifier key.
v3.4/glfw/input.go:245
↓ 3 callers
Class
nk_vec2
v3.3/glfw/glfw/deps/nuklear_glfw_gl2.h:73
↓ 3 callers
Class
nk_vec2
v3.4/glfw/glfw/deps/nuklear_glfw_gl2.h:73
↓ 2 callers
TypeAlias
ErrorCode
ErrorCode corresponds to an error code.
v3.4/glfw/error.go:15
↓ 2 callers
TypeAlias
ModifierKey
ModifierKey corresponds to a modifier key.
v3.0/glfw/input.go:177
↓ 2 callers
TypeAlias
PeripheralEvent
PeripheralEvent corresponds to a peripheral(Monitor or Joystick) configuration event.
v3.3/glfw/monitor.go:23
↓ 2 callers
TypeAlias
PeripheralEvent
PeripheralEvent corresponds to a peripheral(Monitor or Joystick) configuration event.
v3.4/glfw/monitor.go:23
↓ 1 callers
TypeAlias
ErrorCode
ErrorCode corresponds to an error code.
v3.3/glfw/error.go:15
↓ 1 callers
TypeAlias
ErrorCode
ErrorCode corresponds to an error code.
v3.1/glfw/error.go:14
↓ 1 callers
TypeAlias
ErrorCode
ErrorCode corresponds to an error code.
v3.0/glfw/error.go:9
↓ 1 callers
TypeAlias
ErrorCode
ErrorCode corresponds to an error code.
v3.2/glfw/error.go:14
↓ 1 callers
TypeAlias
Joystick
Joystick corresponds to a joystick.
v3.3/glfw/input.go:27
↓ 1 callers
TypeAlias
Joystick
Joystick corresponds to a joystick.
v3.4/glfw/input.go:27
↓ 1 callers
TypeAlias
JoystickHatState
JoystickHatState corresponds to joystick hat states.
v3.3/glfw/input.go:51
↓ 1 callers
TypeAlias
JoystickHatState
JoystickHatState corresponds to joystick hat states.
v3.4/glfw/input.go:51
↓ 1 callers
TypeAlias
Key
Key corresponds to a keyboard key.
v3.3/glfw/input.go:114
↓ 1 callers
TypeAlias
Key
Key corresponds to a keyboard key.
v3.1/glfw/input.go:47
↓ 1 callers
TypeAlias
Key
Key corresponds to a keyboard key.
v3.0/glfw/input.go:45
↓ 1 callers
TypeAlias
Key
Key corresponds to a keyboard key.
v3.2/glfw/input.go:50
↓ 1 callers
TypeAlias
Key
Key corresponds to a keyboard key.
v3.4/glfw/input.go:114
↓ 1 callers
TypeAlias
MonitorEvent
MonitorEvent corresponds to a monitor configuration event.
v3.1/glfw/monitor.go:21
↓ 1 callers
TypeAlias
MonitorEvent
MonitorEvent corresponds to a monitor configuration event.
v3.0/glfw/monitor.go:22
↓ 1 callers
TypeAlias
MonitorEvent
MonitorEvent corresponds to a monitor configuration event.
v3.2/glfw/monitor.go:22
↓ 1 callers
TypeAlias
MouseButton
MouseButton corresponds to a mouse button.
v3.3/glfw/input.go:258
↓ 1 callers
TypeAlias
MouseButton
MouseButton corresponds to a mouse button.
v3.1/glfw/input.go:189
↓ 1 callers
TypeAlias
MouseButton
MouseButton corresponds to a mouse button.
v3.0/glfw/input.go:188
↓ 1 callers
TypeAlias
MouseButton
MouseButton corresponds to a mouse button.
v3.2/glfw/input.go:192
↓ 1 callers
TypeAlias
MouseButton
MouseButton corresponds to a mouse button.
v3.4/glfw/input.go:258
↓ 1 callers
TypeAlias
Platform
Platform identifies a supported GLFW platform.
v3.4/glfw/window.go:56
TypeAlias
AllocateFunc
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
Struct
Allocator
Allocator describes the custom allocator callbacks used by InitAllocator.
v3.4/glfw/glfw.go:101
Class
Big
v3.3/glfw/glfw/deps/nuklear.h:5595
Class
Big
v3.4/glfw/glfw/deps/nuklear.h:5674
FuncType
CharCallback
CharCallback is the character callback.
v3.3/glfw/input.go:583
FuncType
CharCallback
func(w *Window, char rune)
v3.1/glfw/input.go:447
FuncType
CharCallback
CharCallback is the character callback.
v3.2/glfw/input.go:488
FuncType
CharCallback
CharCallback is the character callback.
v3.4/glfw/input.go:606
FuncType
CharModsCallback
CharModsCallback is the character with modifiers callback.
v3.3/glfw/input.go:612
FuncType
CharModsCallback
func(w *Window, char rune, mods ModifierKey)
v3.1/glfw/input.go:475
FuncType
CharModsCallback
CharModsCallback is the character with modifiers callback.
v3.2/glfw/input.go:517
FuncType
CharModsCallback
CharModsCallback is the character with modifiers callback.
v3.4/glfw/input.go:635
FuncType
CloseCallback
CloseCallback is the window close callback.
v3.3/glfw/window.go:769
FuncType
CloseCallback
func(w *Window)
v3.1/glfw/window.go:512
FuncType
CloseCallback
CloseCallback is the window close callback.
v3.2/glfw/window.go:644
FuncType
CloseCallback
CloseCallback is the window close callback.
v3.4/glfw/window.go:848
FuncType
ContentScaleCallback
ContentScaleCallback is the function signature for window content scale callback functions.
v3.3/glfw/window.go:813
FuncType
ContentScaleCallback
ContentScaleCallback is the function signature for window content scale callback functions.
v3.4/glfw/window.go:892
Struct
Cursor
Cursor represents a cursor.
v3.3/glfw/input.go:319
Struct
Cursor
v3.1/glfw/input.go:246
Struct
Cursor
Cursor represents a cursor.
v3.2/glfw/input.go:251
Struct
Cursor
Cursor represents a cursor.
v3.4/glfw/input.go:327
FuncType
CursorEnterCallback
CursorEnterCallback is the cursor boundary crossing callback.
v3.3/glfw/input.go:680
FuncType
CursorEnterCallback
func(w *Window, entered bool)
v3.1/glfw/input.go:538
FuncType
CursorEnterCallback
CursorEnterCallback is the cursor boundary crossing callback.
v3.2/glfw/input.go:583
FuncType
CursorEnterCallback
CursorEnterCallback is the cursor boundary crossing callback.
v3.4/glfw/input.go:703
FuncType
CursorPosCallback
CursorPosCallback the cursor position callback.
v3.3/glfw/input.go:662
FuncType
CursorPosCallback
func(w *Window, xpos float64, ypos float64)
v3.1/glfw/input.go:521
FuncType
CursorPosCallback
CursorPosCallback the cursor position callback.
v3.2/glfw/input.go:565
FuncType
CursorPosCallback
CursorPosCallback the cursor position callback.
v3.4/glfw/input.go:685
Class
DICONDITION
v3.3/glfw/glfw/deps/mingw/dinput.h:1042
Class
DICONDITION
v3.2/glfw/glfw/deps/mingw/dinput.h:1042
Class
DICONDITION
v3.4/glfw/glfw/deps/mingw/dinput.h:1042
Class
DICONSTANTFORCE
v3.3/glfw/glfw/deps/mingw/dinput.h:1023
Class
DICONSTANTFORCE
v3.2/glfw/glfw/deps/mingw/dinput.h:1023
Class
DICONSTANTFORCE
v3.4/glfw/glfw/deps/mingw/dinput.h:1023
Class
DICUSTOMFORCE
v3.3/glfw/glfw/deps/mingw/dinput.h:1052
Class
DICUSTOMFORCE
v3.2/glfw/glfw/deps/mingw/dinput.h:1052
Class
DICUSTOMFORCE
v3.4/glfw/glfw/deps/mingw/dinput.h:1052
Class
DIDEVCAPS
v3.3/glfw/glfw/deps/mingw/dinput.h:906
Class
DIDEVCAPS
v3.2/glfw/glfw/deps/mingw/dinput.h:906
Class
DIDEVCAPS
v3.4/glfw/glfw/deps/mingw/dinput.h:906
Class
DIDEVCAPS_DX3
v3.3/glfw/glfw/deps/mingw/dinput.h:897
Class
DIDEVCAPS_DX3
v3.2/glfw/glfw/deps/mingw/dinput.h:897
Class
DIDEVCAPS_DX3
v3.4/glfw/glfw/deps/mingw/dinput.h:897
Class
DIDEVICEINSTANCEA
v3.3/glfw/glfw/deps/mingw/dinput.h:442
Class
DIDEVICEINSTANCEA
v3.2/glfw/glfw/deps/mingw/dinput.h:442
Class
DIDEVICEINSTANCEA
v3.4/glfw/glfw/deps/mingw/dinput.h:442
Class
DIDEVICEINSTANCEW
v3.3/glfw/glfw/deps/mingw/dinput.h:457
Class
DIDEVICEINSTANCEW
v3.2/glfw/glfw/deps/mingw/dinput.h:457
Class
DIDEVICEINSTANCEW
v3.4/glfw/glfw/deps/mingw/dinput.h:457
Class
DIDEVICEINSTANCE_DX3A
v3.3/glfw/glfw/deps/mingw/dinput.h:419
Class
DIDEVICEINSTANCE_DX3A
v3.2/glfw/glfw/deps/mingw/dinput.h:419
Class
DIDEVICEINSTANCE_DX3A
v3.4/glfw/glfw/deps/mingw/dinput.h:419
Class
DIDEVICEINSTANCE_DX3W
v3.3/glfw/glfw/deps/mingw/dinput.h:428
Class
DIDEVICEINSTANCE_DX3W
v3.2/glfw/glfw/deps/mingw/dinput.h:428
Class
DIDEVICEINSTANCE_DX3W
v3.4/glfw/glfw/deps/mingw/dinput.h:428
Class
DIDEVICEOBJECTDATA
v3.3/glfw/glfw/deps/mingw/dinput.h:713
Class
DIDEVICEOBJECTDATA
v3.2/glfw/glfw/deps/mingw/dinput.h:713
Class
DIDEVICEOBJECTDATA
v3.4/glfw/glfw/deps/mingw/dinput.h:713
Class
DIDEVICEOBJECTDATA_DX3
v3.3/glfw/glfw/deps/mingw/dinput.h:705
Class
DIDEVICEOBJECTDATA_DX3
v3.2/glfw/glfw/deps/mingw/dinput.h:705
Class
DIDEVICEOBJECTDATA_DX3
v3.4/glfw/glfw/deps/mingw/dinput.h:705
next →
1–100 of 3,432, ranked by callers