InputSource

A source of input from the user Handles acculmulating events and storing all the states of all the pressables The template parameter is the type for the identifier of all pressables

abstract
class InputSource : EventHandler(
T
) {}

Members

Functions

getPressedPressables
Pressable!T[] getPressedPressables()

Returns a list of all of the pressables that are held down.

Meta