-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block gesture inputs #147
Comments
currently we:
This does work on my machine, so... gonna need you to reconfirm what you saw is breaking what I described small note: the correct thing to do is to send a "cancel" event to the window but that crashed on me last I tried it, and I never bothered to look into it |
Weird.. haven't noticed this working myself Another place i noticed this would be the OSK i use (wvkbd) it would usually press the spacebar if i were to start swiping from the bottom Have not had time to re test any of this so it might have been fixed with the margins update |
Ah, in the first case it's my bad, for normal In the second case the cancel event I mentioned before should fix it, will give it a go another time |
Awesome! I wonder if only layer shells are affected because i've only noticed those being affected |
#152 might fix both your problems, or at least the second one EDIT: nevermind, the first problem still not fixed |
When performing a touch gesture, Such as a bottom one.
If the gesture is active (Triggered) block the touch input from going to the underlying program
Current behavior:
Start swiping from the bottom
Screen starts shifting workspaces
Program receives touch inputs and performs touchy things
Desired behavior:
Start swiping from the bottom
Screen starts shifting workspaces
Program has no clue you ever did something or that the input got cut off (Focus loss)
No clue if this is possible though
The text was updated successfully, but these errors were encountered: