mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-10-27 10:14:16 +00:00
Delete page "simple-touch-input"
parent
fe39f5d7b2
commit
606093d0fe
@ -1,30 +0,0 @@
|
||||
### Description
|
||||
|
||||
---
|
||||
|
||||
**YOU PROBABLY DON'T WANT THIS!<br>
|
||||
You probably want [less-simple-touch](https://codeberg.org/dwl/dwl-patches/wiki/less-simple-touch-input.-) instead.<br>
|
||||
That is a more complete implementation and will pass pinch gestures and the like along to the underlying application.<br>
|
||||
"simple touch input" (this patch) does some small things that I prefer: in particular, the on-screen pointer DOES move to the point touched on the screen.**
|
||||
|
||||
---
|
||||
|
||||
Adds SIMPLE touchscreen functionality.
|
||||
Currently emulates mouse movement and button presses.
|
||||
|
||||
If you're maintaining this patch, be sure to watch for changes to the `motionabsolute` function:
|
||||
|
||||
The `touchdown` function in the patch incorporates the contents of the `motionabsolute` function (as modified by pointer-constraints), adds in the `wlr_cursor_warp_closest` call and then the button press.
|
||||
|
||||
If `motionabsolute` is modified, `touchdown` should [likely] mirror any of its modifications.
|
||||
|
||||
KNOWN BUGS:
|
||||
- Sometimes, the pointer moves to where the screen is pressed, but the button press doesn't occur until the screen is touched AGAIN. This means that if you touch to click button 'Q' on the screen (for instance), nothing happens; then you touch elsewhere on the screen and THEN button 'Q' registers a click. This is annoying, doesn't always happen, and I don't yet know how to fix it.
|
||||
|
||||
### Download
|
||||
- [git branch](https://codeberg.org/fauxmight/dwl/src/branch/simple-touch-input)
|
||||
- [2024-03-12](https://codeberg.org/dwl/dwl-patches/raw/branch/main/simple-touch-input/simple-touch-input.patch)
|
||||
|
||||
### Authors
|
||||
- [fauxmight](https://codeberg.org/fauxmight)
|
||||
- [Unprex](https://github.com/Unprex)
|
||||
Loading…
x
Reference in New Issue
Block a user