Module events

Source
Expand description

Event definitions for lambda runtimes and applications.

Enumsยง

Button
Mouse buttons.
ComponentEvent
events generated by kernel interactions with the component.
Events
Generic Event Enum which encapsulates all possible events that will be emitted by the LambdaKernel
Key
Keyboard events are generated in response to keyboard events coming from the windowing system.
Mouse
Mouse events are generated in response to mouse events coming from the windowing system. The coordinates are in logical pixels.
RuntimeEvent
Runtime events are generated by the Runtimes themselves.
VirtualKey
Exports the winit virtual key codes to this namespace for convenience. Symbolic name for a keyboard key.
WindowEvent
Window events are generated in response to window events coming from the windowing system.