Class Shape.EventInfo

    • Field Detail

      • shape

        public final Shape shape
        The associated Shape for this event
      • objPos

        public final Vec3f objPos
        The relative object coordinate of glWinX/glWinY to the associated Shape.
      • winPos

        public final int[] winPos
        The GL window coordinates, origin bottom-left
      • objDrag

        public final Vec2f objDrag
        The drag delta of the relative object coordinate of glWinX/glWinY to the associated Shape.
      • winDrag

        public final int[] winDrag
        The drag delta of GL window coordinates, origin bottom-left