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
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).
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
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