Skip to main content

Module interaction

Module interaction 

Source
Expand description

Event handling and user interaction for interactive plots

Manages mouse, keyboard, and touch input for plot navigation and data interaction.

Structs§

Modifiers
Keyboard modifier keys captured alongside pointer events.

Enums§

KeyCode
Key code enumeration (subset for now)
MouseButton
Mouse button enumeration
PlotEvent
Event types for plot interaction

Traits§

EventHandler
Event handler trait for plot interaction