olli@
Developer
I would like to buy a small monitor with touchscreen feature, e.g. this one or this one (non-affiliate Amazon links).
Since I haven’t used a touchscreen with FreeBSD before, I have a few questions …
Since I haven’t used a touchscreen with FreeBSD before, I have a few questions …
- Does FreeBSD support the touchscreen feature of monitors like the ones above? (Apparently it’s connected via USB and uses the uhid protocol. Windows doesn’t need a proprietary vendor driver, so I assume the touch function uses some standard protocol.)
- I would like to use the touchscreen feature from within my own program (in C or Python). Is this possible?
- Does it work in the text console (vt(4)), too, or does it require an X.org driver? Would be cool if I had both options, so I could write text-based (curses(3)) programs that react to touch gestures, as well as X.org-based programs (e.g. Python + Tkinter).