[][src]Module byteplug::controller

User devices input handling utilities

Controller is a rather broad word but in this context, it refers to user input only. It includes all the physical devices which are used to drive the application, such as pluggable keyboards, mouses and gamepads, touch screens and the built-in sensors.

Modules

gamepad

Give access to the real-time state of gamepads.

keyboard

Give access to the real-time state of the keyboard.

mouse

Give access to the real-time state of the mouse.

sensor

Give access to the real-time state of the sensors.

tablet

Give access to the real-time state of the graphics tablet.

touchpad

Give access to the real-time state of the touchpad.

touchscreen

Give access to the real-time state of the touchscreen.