public class ControlMoveInputEvent extends ControlInputEvent
move input supplied.input, participantID, transaction| Constructor and Description |
|---|
ControlMoveInputEvent(String participantID,
String transactionID,
InteractiveControlInput controlInput)
Initializes a new
ControlMoveInputEvent. |
| Modifier and Type | Method and Description |
|---|---|
Float |
getX()
Returns the X position of the joystick control.
|
Float |
getY()
Returns the Y position of the joystick control.
|
getControlInput, getParticipantID, getTransactiongetRequestID, setRequestIDpublic ControlMoveInputEvent(String participantID, String transactionID, InteractiveControlInput controlInput)
ControlMoveInputEvent.participantID - Identifier for the InteractiveParticipant that supplied the
InteractiveControlInputtransactionID - Identifier for an InteractiveTransaction associated with the input eventcontrolInput - The InteractiveControlInput that was supplied by the InteractiveParticipantCopyright © 2018. All rights reserved.