Class KeyEventMsg
java.lang.Object
com.inductiveautomation.perspective.gateway.messages.KeyEventMsg
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
PROTOCOL- See Also:
 
- 
name
- 
altKeypublic boolean altKey
- 
code
- 
ctrlKeypublic boolean ctrlKey
- 
isComposingpublic boolean isComposing
- 
key
- 
locationpublic int location
- 
matches
- 
metaKeypublic boolean metaKey
- 
repeatpublic boolean repeat
- 
shiftKeypublic boolean shiftKey
 
- 
- 
Constructor Details- 
KeyEventMsgpublic KeyEventMsg()
 
-