Martin Kepplinger-Novakovic
Martin Kepplinger-Novakovic
can you include a working example recipe in here?
thanks for reporting! what kernel version are you building against here?
first of all, please provide the (full) output of either evtest or evemu-record when you do one "tap" on the screen. what I suspect is that you should use "module_raw...
how does your /etc/ts.conf file look like?
since qt5 itself only supports the old single-touch api anyways, I suggest running ts_uinput as a daemon, and *don't* use anything tslib-specific for Qt5, but only configure qt5 to use...
I'm not sure about this one. Should we really add a dependency on libevdev?
this is true for the legacy `ts_read` API (and the rule until now is basically not to touch its user-facing behaviour), but should be fixed in `ts_read_mt` that can always...
ts_setup() will always fail on Windows. There's no module_raw library module for reading input on Windows. You'd need to write that first. Am 28. Juli 2018 09:29:58 MESZ schrieb skirk...
I'd happily add a cmake build (CMakeLists.txt and whatnot is necessary). I even tried to add that myself once for fun, but gave up :)
Are you still working on a windows module? If not, maybe you could summarize why not. thanks!