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