InputEvents

interface InputEvents(source)

Interface representing input events in an application. Combines events related to mouse, keyboard, and pointers.

Inheritors

Properties

Link copied to clipboard
abstract val keyboard: KeyEvents
Link copied to clipboard
abstract val mouse: MouseEvents
Link copied to clipboard
abstract val pointers: Pointers