[][src]Module uni_app::events

keyboard and mouse events

Structs

KeyDownEvent

data associated with a key press event Possible values for the scancode/virtual key code can be found in unrust/uni-app's translate_scan_code function. Warning, there are some slight variations from one OS to another, for example the Command, F13, F14, F15 keys only exist on Mac.

KeyUpEvent

data associated with a key release event Possible values for the scancode/virtual key code can be found in unrust/uni-app's translate_scan_code function. Warning, there are some slight variations from one OS to another, for example the Command, F13, F14, F15 keys only exist on Mac.

MouseButtonEvent

data associated with a mouse button press/release event