Hi
I want to make a small paint program and was hoping to be able to use
the pressure sensitivity of a wacom tablet pen.
is it supported by wxPython?
I google but dont seem to find much of value
cheers
Hi
I want to make a small paint program and was hoping to be able to use
the pressure sensitivity of a wacom tablet pen.
is it supported by wxPython?
I google but dont seem to find much of value
cheers
Mr Nilsson wrote:
Hi
I want to make a small paint program and was hoping to be able to use
the pressure sensitivity of a wacom tablet pen.is it supported by wxPython?
wxPython should handle the mouse events it produces like normal, but as far as I know there isn't anything in wx for reading the pressure or other extended values.
--
Robin Dunn
Software Craftsman
Thanks
It seems after some googlin that GTK supports wacom pen pressure.
http://groups.google.co.uk/group/alexmac/browse_thread/thread/28ec74f2e9139c8d
would it be possible to use GTK to only read the pressure and then use
that in my wxpython app, or will they collide? to me it seems
improbable that it would work as the gtk code needs a device of its
own to read the information from?
cheers
On Jun 5, 5:31 pm, Robin Dunn <ro...@alldunn.com> wrote:
Mr Nilsson wrote:
> Hi
> I want to make a small paint program and was hoping to be able to use
> the pressure sensitivity of a wacom tablet pen.> is it supported by wxPython?
wxPython should handle the mouse events it produces like normal, but as
far as I know there isn't anything in wx for reading the pressure or
other extended values.--
Robin Dunn
Software Craftsmanhttp://wxPython.org