Re: SHM and Touchpad

2009-06-19 Thread Lie Ryan
Sparky wrote: > > Thank you for your quick response, I will take a look at the link you > provided. Depending on what you're trying to do, you may be able to use `synclient` with subprocess. -- http://mail.python.org/mailman/listinfo/python-list

Re: SHM and Touchpad

2009-06-17 Thread Sparky
On Jun 17, 2:09 pm, Philip Semanchuk wrote: > On Jun 17, 2009, at 3:56 PM, Sparky wrote: > > > Hello! I am writing an application that requires access to the state > > of a synaptics touch pad on a laptop running Ubuntu Linux (for the > > number of fingers, pressure, x location, y location, etc).

Re: SHM and Touchpad

2009-06-17 Thread Philip Semanchuk
On Jun 17, 2009, at 3:56 PM, Sparky wrote: Hello! I am writing an application that requires access to the state of a synaptics touch pad on a laptop running Ubuntu Linux (for the number of fingers, pressure, x location, y location, etc). A different program using C++ accesses the information th

SHM and Touchpad

2009-06-17 Thread Sparky
Hello! I am writing an application that requires access to the state of a synaptics touch pad on a laptop running Ubuntu Linux (for the number of fingers, pressure, x location, y location, etc). A different program using C++ accesses the information through SHM and I was hoping to do the same with