Module defaults

Source

Functionsยง

default_keyboard_events ๐Ÿ”’
default_mouse_events ๐Ÿ”’
default_multitouchpad_absinfo ๐Ÿ”’
default_multitouchpad_events ๐Ÿ”’
default_multitouchscreen_absinfo ๐Ÿ”’
default_multitouchscreen_events ๐Ÿ”’
default_rotary_events ๐Ÿ”’
default_switch_events ๐Ÿ”’
default_touchscreen_absinfo ๐Ÿ”’
default_touchscreen_events ๐Ÿ”’
default_trackpad_absinfo ๐Ÿ”’
default_trackpad_events ๐Ÿ”’
new_custom_config
Initializes a VirtioInputConfig object for a custom virtio-input device.
new_keyboard_config
Instantiates a VirtioInputConfig object with the default configuration for a keyboard. It supports the same keys as a en-us keyboard and the CAPSLOCK, NUMLOCK and SCROLLLOCK leds.
new_mouse_config
Instantiates a VirtioInputConfig object with the default configuration for a mouse. It supports left, right and middle buttons, as wel as X, Y and wheel relative axes.
new_multi_touch_config
Instantiates a VirtioInputConfig object with the default configuration for a multitouch touchscreen.
new_multitouch_trackpad_config
new_rotary_config
Instantiates a VirtioInputConfig object with the default configuration for a collection of rotary.
new_single_touch_config
Instantiates a VirtioInputConfig object with the default configuration for a touchscreen (no multitouch support).
new_switches_config
Instantiates a VirtioInputConfig object with the default configuration for a collection of switches.
new_trackpad_config
Instantiates a VirtioInputConfig object with the default configuration for a trackpad. It supports touch, left button and right button events, as well as X and Y axis.