IInput

interface IInput

Input interfaces to a IDevice, they can be used to control the device.

Functions

Link copied to clipboard

Helper method for checking keyboard support

Link copied to clipboard

Helper method for checking mouse support

Link copied to clipboard

Helper method for checking touch support

Properties

Link copied to clipboard
abstract val keyboard: IKeyboard?

Keyboard input for the IDevice, null if it is not supported

Link copied to clipboard
abstract val mouse: IMouse?

Mouse input for the IDevice, null if it is not supported

Link copied to clipboard

Touch input for the IDevice, null if it is not supported

Inheritors

Link copied to clipboard