Union of all input types. More...
Data Fields | |
byte | type |
KeyInput | key |
MouseMotionEvent | motion |
MouseButtonEvent | button |
Union of all input types.
A union that is used by the callback function get_input_key_hook, to collect input data. At the moment, it is meant to collect only keyboard inputs. In the future this may be used to support mouse inputs as well.