Expand description
Event definitions for lambda runtimes and applications.
Enumsยง
- Button
- Mouse buttons.
- Component
Event - 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.
- Runtime
Event - Runtime events are generated by the Runtimes themselves.
- Virtual
Key - Exports the winit virtual key codes to this namespace for convenience. Symbolic name for a keyboard key.
- Window
Event - Window events are generated in response to window events coming from the windowing system.