Expand description
Event definitions for lambda runtimes and applications.
Enums
Mouse buttons.
events generated by kernel interactions with the component.
Generic Event Enum which encapsulates all possible events that will be
emitted by the LambdaKernel
Keyboard events are generated in response to keyboard events coming from
the windowing system.
Mouse events are generated in response to mouse events coming from the
windowing system. The coordinates are in logical pixels.
Runtime events are generated by the Runtimes themselves.
Exports the winit virtual key codes to this namespace for convenience.
Symbolic name for a keyboard key.
Window events are generated in response to window events coming from
the windowing system.