Class KeyEventMsg
java.lang.Object
com.inductiveautomation.perspective.gateway.messages.KeyEventMsg
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROTOCOL
- See Also:
-
name
-
altKey
public boolean altKey -
code
-
ctrlKey
public boolean ctrlKey -
isComposing
public boolean isComposing -
key
-
location
public int location -
matches
-
metaKey
public boolean metaKey -
repeat
public boolean repeat -
shiftKey
public boolean shiftKey
-
-
Constructor Details
-
KeyEventMsg
public KeyEventMsg()
-