Re: [Pgui-devel] Writing an input driver.

2001-08-28 Thread Micah Dowty
If you already have code to return x,y positions (and it looks like Shane's suggestion will do that) it should be easy. An input driver's whole job is to call dispatch_key() or dispatch_pointing() to sent events to the rest of PicoGUI. The input driver can monitor it's source of input by polling o

Re: [Pgui-devel] Writing an input driver.

2001-08-28 Thread Shane Nay
On Tuesday 28 August 2001 12:48, you wrote: > I have a side project that I need to write a touchscreen driver > for. I was wondering, would it be easier to modify the existing > helio touchscreen driver to suit my needs or just writing the whole > thing from scratch. I currently can access the to

[Pgui-devel] Writing an input driver.

2001-08-28 Thread Gray, Tim
I have a side project that I need to write a touchscreen driver for. I was wondering, would it be easier to modify the existing helio touchscreen driver to suit my needs or just writing the whole thing from scratch. I currently can access the touchscreen, and I wrote a simple C app to display the