render-ready
This commit is contained in:
parent
6e1819b3dc
commit
ab7d727532
7 changed files with 68 additions and 48 deletions
|
|
@ -8,6 +8,9 @@ public:
|
|||
void onMouseMoved(wlr_event_pointer_motion*);
|
||||
void onMouseWarp(wlr_event_pointer_motion_absolute*);
|
||||
|
||||
|
||||
Vector2D getMouseCoordsInternal();
|
||||
|
||||
private:
|
||||
Vector2D m_vMouseCoords = Vector2D(0,0);
|
||||
Vector2D m_vWLRMouseCoords = Vector2D(0,0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue