tes3directInputMouseState⚓︎
A raw DirectInput mouse state.
Properties⚓︎
buttons
⚓︎
Read-only. The array-style access to 8 buttons states available on the mouse. Not all may be used.
Returns:
result
(number[])
x
⚓︎
A basic property of the mouse for the X-axis.
Returns:
result
(number)
y
⚓︎
A basic property of the mouse for the Y-axis.
Returns:
result
(number)
z
⚓︎
A basic property of the mouse for the Z-axis. This is typically the scroll wheel.
Returns:
result
(number)