mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-22 17:11:33 +00:00
seat: fix double scrolling in some applications (#8583)
This commit is contained in:
@@ -73,6 +73,7 @@ class CWLPointerResource {
|
||||
CWLPointerResource(SP<CWlPointer> resource_, SP<CWLSeatResource> owner_);
|
||||
|
||||
bool good();
|
||||
int version();
|
||||
void sendEnter(SP<CWLSurfaceResource> surface, const Vector2D& local);
|
||||
void sendLeave();
|
||||
void sendMotion(uint32_t timeMs, const Vector2D& local);
|
||||
|
Reference in New Issue
Block a user