Class CompatMapNotifyEvent.CompatMapNotifyEventBuilder
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.CompatMapNotifyEvent.CompatMapNotifyEventBuilder
- Enclosing class:
- CompatMapNotifyEvent
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changedGroups(byte changedGroups) changedGroupsDisable(SetOfGroup... maskEnums) changedGroupsEnable(SetOfGroup... maskEnums) deviceID(byte deviceID) firstEventOffset(byte firstEventOffset) firstSI(short firstSI) intgetSize()booleanisChangedGroupsEnabled(@NonNull SetOfGroup... maskEnums) nSI(short nSI) nTotalSI(short nTotalSI) sentEvent(boolean sentEvent) sequenceNumber(short sequenceNumber) time(int time) toString()xkbType(byte xkbType)
-
Method Details
-
isChangedGroupsEnabled
-
changedGroupsEnable
public CompatMapNotifyEvent.CompatMapNotifyEventBuilder changedGroupsEnable(SetOfGroup... maskEnums) -
changedGroupsDisable
public CompatMapNotifyEvent.CompatMapNotifyEventBuilder changedGroupsDisable(SetOfGroup... maskEnums) -
getSize
public int getSize() -
firstEventOffset
- Returns:
this.
-
sentEvent
- Returns:
this.
-
xkbType
- Returns:
this.
-
sequenceNumber
- Returns:
this.
-
time
- Returns:
this.
-
deviceID
- Returns:
this.
-
changedGroups
- Returns:
this.
-
firstSI
- Returns:
this.
-
nSI
- Returns:
this.
-
nTotalSI
- Returns:
this.
-
build
-
toString
-