seat: fix double scrolling in some applications (#8583)
This commit is contained in:
parent
2687788236
commit
1fb720b62a
3 changed files with 9 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue