Class ModDef
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.ModDef
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ModDef.ModDefBuilderbuilder()booleanbytegetMask()default StringbyteintgetSize()length of object expressed in units of 4 bytesshortgetVmods()inthashCode()booleanisMaskEnabled(@NonNull ModMask... maskEnums) booleanisRealModsEnabled(@NonNull ModMask... maskEnums) booleanisVmodsEnabled(@NonNull VMod... maskEnums) static ModDefreadModDef(X11Input in) toString()void
-
Method Details
-
readModDef
- Throws:
IOException
-
write
- Specified by:
writein interfaceXStruct- Throws:
IOException
-
isMaskEnabled
-
isRealModsEnabled
-
isVmodsEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getMask
public byte getMask() -
getRealMods
public byte getRealMods() -
getVmods
public short getVmods() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-