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 voidAbstractInputListener. receiveButtonEvent(ButtonEvent c)voidInputListener. 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 classButtonDownThis class represents a button down event from a ScripTouch device.classButtonMoveThis class represents a button up event coming from a ScripTouch device.classButtonPressThis class represents a button press event coming from a ScripTouch device.classButtonUpThis class represents a button up event coming from a ScripTouch device.
-