internal: fix initial cursor warping (#7793)

This commit is contained in:
Ikalco 2024-09-14 17:37:18 -05:00 committed by GitHub
parent 4dbdb556fe
commit e74efd87e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 40 deletions

View file

@ -26,7 +26,6 @@ class CPointerManager {
public:
CPointerManager();
void checkDefaultCursorWarp(SP<CMonitor> monitor, std::string monitorName);
void attachPointer(SP<IPointer> pointer);
void attachTouch(SP<ITouch> touch);
void attachTablet(SP<CTablet> tablet);