#include <rendering.h>
Public Attributes | |
| float2 | cursor { 0.f, 0.f } |
| bool | mouse_down [2] { false, false } |
| int | mouse_wheel = 0 |
| float2 | prev_cursor { 0.f, 0.f } |
| float | ui_wheel = 0.f |
Definition at line 474 of file rendering.h.
Definition at line 476 of file rendering.h.
| bool rs2::mouse_info::mouse_down[2] { false, false } |
Definition at line 478 of file rendering.h.
| int rs2::mouse_info::mouse_wheel = 0 |
Definition at line 479 of file rendering.h.
Definition at line 477 of file rendering.h.
| float rs2::mouse_info::ui_wheel = 0.f |
Definition at line 480 of file rendering.h.