[go: up one dir, main page]

Module events

Module events 

Source

Structs§

KeyboardEvent
Keyboard Event
MouseEvent
Mouse Event
SmolStr
A SmolStr is a string type that has the following properties:
TickEvent
Tick Event

Enums§

Button
Key
Key represents the meaning of a keypress.
KeyboardState
Represents the state of a keyboard key in a KeyboardEvent.
MouseState
Represents the different states of the mouse in a MouseEvent.
NamedKey
A Key::Named value
Selectable
Events emitted by the Selectable emmiter object.
Slider
Events emitted by the Slider emmiter object.
TextInput
Events emitted by the TextInput emmiter object.

Traits§

Event
Implement the Event trait to allow a structure to be used in an event query.
OnEvent

Type Aliases§

Events