action property

GhosttyMouseAction get action

Implementation

bindings.GhosttyMouseAction get action {
  _ensureOpen();
  return bindings.ghostty_mouse_event_get_action(_handle);
}
set action (GhosttyMouseAction value)

Implementation

set action(bindings.GhosttyMouseAction value) {
  _ensureOpen();
  bindings.ghostty_mouse_event_set_action(_handle, value);
}