Unigine.InputEventMouseMotion Class
Inherits from: | InputEvent |
InputEventMouseMotion Class
Properties
ivec2 Delta#
The Delta of the mouse position from the previous event.
Members
InputEventMouseMotion ( ) #
Default constructor.InputEventMouseMotion ( ulong timestamp, ivec2 mouse_pos, ivec2 delta ) #
Mouse motion input event constructor.Arguments
- ulong timestamp - Timestamp of the event.
- ivec2 mouse_pos - Position of the mouse.
- ivec2 delta - Delta of the mouse position from the previous event.
InputEventMouseMotion ( ulong timestamp, ivec2 mouse_pos ) #
Mouse motion input event constructor.Arguments
- ulong timestamp - Timestamp of the event.
- ivec2 mouse_pos - Position of the mouse.
Last update:
2022-09-27
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)