Phosphor::MouseKind
Inherits Enum < Comparable < Value < Object
The action a MouseEvent reports — generic, with no button specificity.
See TASKS.md § "Phase 17: Mouse support".
Constants
Press = 0
Release = 1
Drag = 2
ScrollUp = 3
ScrollDown = 4
Inherits Enum < Comparable < Value < Object
The action a MouseEvent reports — generic, with no button specificity.
See TASKS.md § "Phase 17: Mouse support".