Documentation
¶
Index ¶
- Constants
- func CursorPositionCallback(w *glfw.Window, x, y float64)
- func KeyCallback(w *glfw.Window, key glfw.Key, scancode int, action glfw.Action, ...)
- func MouseButtonCallback(w *glfw.Window, button glfw.MouseButton, action glfw.Action, ...)
- func Poll()
- func WindowCloseCallback(w *glfw.Window)
- type Event
- type Handler
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func CursorPositionCallback ¶
CursorPositionCallback TODO doc
func KeyCallback ¶
func KeyCallback(w *glfw.Window, key glfw.Key, scancode int, action glfw.Action, mods glfw.ModifierKey)
KeyCallback TODO doc
func MouseButtonCallback ¶
func MouseButtonCallback(w *glfw.Window, button glfw.MouseButton, action glfw.Action, mods glfw.ModifierKey)
MouseButtonCallback TODO: doc
Types ¶
Click to show internal directories.
Click to hide internal directories.