Re: How to get pen pressure under Opie?
Frederic Devernay <[email protected]>
| Newsgroups | gmane.comp.handhelds.opie.devel |
|---|---|
| Message-ID | <[email protected]> |
Unfortunately, I can't seem to be able to read from the touchscreen device
(tries ts_print and ts_print_raw, using ts_open in blocking or non-blocking mode).
In anybody able to run tslib-tests while Opie is running?
fred
Holger Schurig wrote:
> So you need to find out if your Paint application can open your touchscreen a
> second time, either via tslib (preferred) or if this doesn't work, then do it
> directly.
>
> So inside your paint program open ts_open() the file getenv("TSLIB_TSDEVICE")
> or /dev/ts. Then connect a QSocketNotifier to this thingy in the activated()
> slot you can ts_read() a "struct ts_sample". Basically, you do something
> similar as in the OE' patched Qt/E, file src/kernel/qwsmouse_qws.cpp, near
> the QT_QWS_TSLIB defines.
>
> This way you get the touch screen data in a raw format. You just won't emit a
> mouseChanged()-Signal with the X/Y-coordinates, but use them on your own,
> together with the pressure.
_______________________________________________
http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex
Opie-devel mailing list
[email protected]
https://handhelds.org/mailman/listinfo/opie-devel