Uses of Class
com.scriptel.proscript.input.ButtonEvent
-
Packages that use ButtonEvent Package Description com.scriptel.proscript This package contains the core of the ProScript library.com.scriptel.proscript.input This package contains data structures representing each type of input report a ScripTouch device can produce. -
-
Uses of ButtonEvent in com.scriptel.proscript
Methods in com.scriptel.proscript with parameters of type ButtonEvent Modifier and Type Method Description void
AbstractInputListener. receiveButtonEvent(ButtonEvent c)
void
InputListener. receiveButtonEvent(ButtonEvent c)
Receives a button event. -
Uses of ButtonEvent in com.scriptel.proscript.input
Subclasses of ButtonEvent in com.scriptel.proscript.input Modifier and Type Class Description class
ButtonDown
This class represents a button down event from a ScripTouch device.class
ButtonMove
This class represents a button up event coming from a ScripTouch device.class
ButtonPress
This class represents a button press event coming from a ScripTouch device.class
ButtonUp
This class represents a button up event coming from a ScripTouch device.
-