platform.inputdevice

Handles user input (keyboard, windowing input such as closing the window, etc.).

Members

Classes

InputDevice
class InputDevice

Handles user input (keyboard, mouse, windowing input such as resizing the window, etc.).

Keyboard
class Keyboard

Keeps track of which keys are pressed on the keyboard.

Mouse
class Mouse

Keeps track of mouse position, buttons, dragging, etc.

Meta