Pointer Info
Pointer Info
Section titled “Pointer Info” Category Inputs
Is Pair Node: No
Provides information about the current state of the pointer, including button presses, position, pressure, tilt, movement direction, and rotation.
Inputs
Section titled “Inputs”Outputs
Section titled “Outputs” Is Left Button Pressed
Section titled “ Is Left Button Pressed ” Type: Boolean
Default: false
Is left mouse button currently pressed.
Is Right Button Pressed
Section titled “ Is Right Button Pressed ” Type: Boolean
Default: false
Is right mouse button currently pressed.
Position On Canvas
Section titled “ Position On Canvas ” Type: VecD
Default: (0, 0)
Current position of the pointer on the canvas.
Pressure
Section titled “ Pressure ” Type: Double
Default: 1.0
Pressure applied by the pointer. The value is between 0 and 1, where 0 means no pressure and 1 means full pressure. Mouse always returns 1.
Twist
Section titled “ Twist ” Type: Double
Default: 0.0
The clockwise rotation of a pen device around its own major axis (such as when the user spins the pen in their fingers).
Type: VecD
Default: (0, 0)
XTilt: The plane angle between the Y-Z plane and the plane that contains the Y axis and the axis of the input device (typically a pen/stylus). YTilt: The plane angle between the X-Z plane and the plane that contains the X axis and the axis of the input device (typically a pen/stylus).
Movement Direction
Section titled “ Movement Direction ” Type: VecD
Default: (0, 0)
Direction of the pointer movement calculated as a vector from the previous pointer position to the current pointer position. The vector is normalized, so it only represents the direction of the movement and not its speed.
Rotation
Section titled “ Rotation ” Type: Double
Default: 0
The rotation of the stroke in radians. Use to rotate the brush in the direction of the stroke. It is not a raw pointer input.
All of our content is carefully written by hand, no AI was involved during the process.