Class InputStateButton
java.lang.Object
com.github.moaxcp.x11client.protocol.xinput.InputStateButton
- All Implemented Interfaces:
InputState,XObject,XStruct
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanbytebytegetLen()bytedefault StringintgetSize()length of object expressed in units of 4 bytesinthashCode()static InputStateButtonreadInputStateButton(byte classId, byte len, X11Input in) toString()void
-
Method Details
-
readInputStateButton
public static InputStateButton readInputStateButton(byte classId, byte len, X11Input in) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceXStruct- Throws:
IOException
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getClassId
public byte getClassId() -
getLen
public byte getLen() -
getNumButtons
public byte getNumButtons() -
getButtons
-
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-