Class CompatMapNotifyEvent
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.CompatMapNotifyEvent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanbytebytebyteshortshortgetNSI()shortbytedefault StringbyteshortintgetSize()length of object expressed in units of 4 bytesintgetTime()byteinthashCode()booleanisChangedGroupsEnabled(@NonNull SetOfGroup... maskEnums) booleanstatic CompatMapNotifyEventreadCompatMapNotifyEvent(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() -
readCompatMapNotifyEvent
public static CompatMapNotifyEvent readCompatMapNotifyEvent(byte firstEventOffset, boolean sentEvent, X11Input in) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceXEvent- Throws:
IOException
-
isChangedGroupsEnabled
-
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() -
getChangedGroups
public byte getChangedGroups() -
getFirstSI
public short getFirstSI() -
getNSI
public short getNSI() -
getNTotalSI
public short getNTotalSI() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-