start handling monitors
This commit is contained in:
parent
cf51ab71a2
commit
d6c2553af2
9 changed files with 175 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ class CInputManager {
|
|||
public:
|
||||
|
||||
void onMouseMoved(wlr_event_pointer_motion*);
|
||||
void onMouseButton(int);
|
||||
void onMouseWarp(wlr_event_pointer_motion_absolute*);
|
||||
|
||||
private:
|
||||
Vector2D m_vMouseCoords = Vector2D(0,0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue