added follow_mouse

This commit is contained in:
vaxerski 2022-04-13 20:19:40 +02:00
parent 402c11d341
commit a558bcdfbf
5 changed files with 24 additions and 7 deletions

View file

@ -37,7 +37,7 @@ private:
std::list<SKeyboard> m_lKeyboards;
void mouseMoveUnified(uint32_t);
void mouseMoveUnified(uint32_t, bool refocus = false);
};