java.lang.Object
mslinks.data.HotKeyFlags
- All Implemented Interfaces:
Serializable
-
Field Details
-
keys
-
keysr
-
low
private byte low -
high
private byte high
-
-
Constructor Details
-
HotKeyFlags
public HotKeyFlags() -
HotKeyFlags
- Throws:
IOException
-
-
Method Details
-
getKey
-
setKey
-
isShift
public boolean isShift() -
isCtrl
public boolean isCtrl() -
isAlt
public boolean isAlt() -
setShift
-
setCtrl
-
setAlt
-
clearShift
-
clearCtrl
-
clearAlt
-
serialize
- Specified by:
serialize
in interfaceSerializable
- Throws:
IOException
-