Mouse Gestures
In ProgressGesture detection built into core
Category: Input
Version: v1.0.0
Status: In Progress
Mouse Gestures
Gesture detection handled by the core and passed to plugins. Recognizes swipes, pinches, rotations, and custom gesture patterns.
Supported Gestures
- Swipes - Directional movement
- Pinches - Two-finger zoom
- Rotations - Circular motion
- Custom - Plugin-defined patterns
Why Core Detection?
- Consistent recognition across plugins
- Lower CPU usage (single detector)
- Hardware acceleration where available
API
Plugins receive gesture events through the standard input handling system. The core detects gestures and passes them to registered handlers.
Related Features
- Hardware Cursor - Cursor rendering