Class KeyModMap
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.KeyModMap
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyModMap.KeyModMapBuilderbuilder()booleanbytebytegetMods()default StringintgetSize()length of object expressed in units of 4 bytesinthashCode()booleanisModsEnabled(@NonNull ModMask... maskEnums) static KeyModMaptoString()void
-
Method Details
-
readKeyModMap
- Throws:
IOException
-
write
- Specified by:
writein interfaceXStruct- Throws:
IOException
-
isModsEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getKeycode
public byte getKeycode() -
getMods
public byte getMods() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-