Class Cursor

java.lang.Object
adaptlil.data_classes.Cursor

public class Cursor extends Object
5.13 Cursor position Description: The position of the mouse cursor. Parameter ID: CX, CY Parameter type: float Parameter description: The X- and Y-coordinates of the mouse cursor, as percentage of the screen size. Parameter ID: CS (0 for idle, 1 for left mouse button down, 2 for right button down, 3 for left button up, 4 for right button up. Parameter type: integer Parameter description: Mouse cursor state, 0 for steady state, 1 for left button down, 2 for right button down, 3 for left button up, 4 for right button up
  • Field Details

  • Constructor Details

    • Cursor

      public Cursor()
      Default constructor for Jackson Serialization
    • Cursor

      public Cursor(Float x, Float y, Integer cursorState)
  • Method Details

    • getX

      public Float getX()
    • getY

      public Float getY()
    • getCursorState

      public Integer getCursorState()