Mouse Pos Change
A class for mouse position changes, packed into a primitive long. We utilize bitpacking in order to use primitive long arrays for space constraints.
Constructors
Properties
Link copied to clipboard
the last mouse button that was clicked shortly before the mouse movement. Value 0 means no recent click, 2 means left mouse click, 8 means right mouse click and 14 means middle mouse click. Other buttons are unknown but may also be possible. The value is 0xFFFF if no mouse button property is included, which is the case for the java variant of this packet.