Class ControlsNotifyEvent
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.ControlsNotifyEvent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintbyteintintbytebytebytebytebytedefault StringbytebytebyteshortintgetSize()length of object expressed in units of 4 bytesintgetTime()byteinthashCode()booleanisChangedControlsEnabled(@NonNull Control... maskEnums) booleanisEnabledControlChangesEnabled(@NonNull BoolCtrl... maskEnums) booleanisEnabledControlsEnabled(@NonNull BoolCtrl... maskEnums) booleanstatic ControlsNotifyEventreadControlsNotifyEvent(byte firstEventOffset, boolean sentEvent, X11Input in) toString()void
-
Field Details
-
NUMBER
public static final byte NUMBER- See Also:
-
-
Method Details
-
getResponseCode
public byte getResponseCode()- Specified by:
getResponseCodein interfaceXResponse
-
getNumber
public byte getNumber() -
readControlsNotifyEvent
public static ControlsNotifyEvent readControlsNotifyEvent(byte firstEventOffset, boolean sentEvent, X11Input in) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceXEvent- Throws:
IOException
-
isChangedControlsEnabled
-
isEnabledControlsEnabled
-
isEnabledControlChangesEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getFirstEventOffset
public byte getFirstEventOffset()- Specified by:
getFirstEventOffsetin interfaceXEvent
-
isSentEvent
public boolean isSentEvent() -
getXkbType
public byte getXkbType() -
getSequenceNumber
public short getSequenceNumber()- Specified by:
getSequenceNumberin interfaceXResponse
-
getTime
public int getTime() -
getDeviceID
public byte getDeviceID() -
getNumGroups
public byte getNumGroups() -
getChangedControls
public int getChangedControls() -
getEnabledControls
public int getEnabledControls() -
getEnabledControlChanges
public int getEnabledControlChanges() -
getKeycode
public byte getKeycode() -
getEventType
public byte getEventType() -
getRequestMajor
public byte getRequestMajor() -
getRequestMinor
public byte getRequestMinor() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-