GhosttyMouseEvent typedef

GhosttyMouseEvent = Pointer<GhosttyMouseEvent$1>

Opaque handle to a mouse event.

This handle represents a normalized mouse input event containing action, button, modifiers, and surface-space position.

@ingroup mouse

Implementation

typedef GhosttyMouseEvent = ffi.Pointer<GhosttyMouseEvent$1>;