public class ControlMouseUpInputEvent extends ControlInputEvent
mouseup input supplied.input, participantID, transaction| Constructor and Description |
|---|
ControlMouseUpInputEvent(String participantID,
String transactionID,
InteractiveControlInput controlInput)
Initializes a new
ControlMouseUpInputEvent. |
| Modifier and Type | Method and Description |
|---|---|
int |
getButton()
Returns the keycode the participant used when interacting with the control.
|
getControlInput, getParticipantID, getTransactiongetRequestID, setRequestIDpublic ControlMouseUpInputEvent(String participantID, String transactionID, InteractiveControlInput controlInput)
ControlMouseUpInputEvent.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.