Class 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

class InputSource(T) ;

Properties

NameTypeDescription
allPressables[get] Pressable!T[T]Return a list of all of the pressables that can be accessed by the template type

Methods

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