![]() |
libghostty
|
#include <stdbool.h>#include <ghostty/vt/allocator.h>#include <ghostty/vt/key/event.h>#include <ghostty/vt/types.h>Go to the source code of this file.
Data Structures | |
| struct | GhosttyMousePosition |
Typedefs | |
| typedef struct GhosttyMouseEventImpl * | GhosttyMouseEvent |
Enumerations | |
| enum | GhosttyMouseAction { GHOSTTY_MOUSE_ACTION_PRESS = 0 , GHOSTTY_MOUSE_ACTION_RELEASE = 1 , GHOSTTY_MOUSE_ACTION_MOTION = 2 , GHOSTTY_MOUSE_ACTION_MAX_VALUE = GHOSTTY_ENUM_MAX_VALUE } |
| enum | GhosttyMouseButton |
Mouse event representation and manipulation.
Definition in file mouse/event.h.