| View previous topic :: View next topic |
| Author |
Message |
Triple_Dude
Joined: 26 Feb 2009 Posts: 2
|
Posted: Tue Mar 03, 2009 6:58 am Post subject: Interfacing with Wacom device? Or Simulating a Wacom device? |
|
|
Well, the premises is very simple, and I have two questions which may not be very simple:
1) Can I interface with the Wacom pointing device somehow and retrieve the Pressure data?
2) Can I, in reverse, simulate a Wacom pointing device and "click" with a certain pressure in a program, say, Photoshop?
I am simply trying to simulate a wacom tablet without the presence of one. Any help in this regards would be much appreciated . |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 7295 Location: Australia
|
Posted: Tue Mar 03, 2009 8:33 am Post subject: |
|
|
1) No idea, but the Wacom Windows Developer FAQ might be a good place to start.
2) Seems unlikely. PhotoShop probably queries the Wacom API, which probably can't be simulated. That said, I have neither a tablet nor experience developing (or automating) tablet-aware software. |
|
| Back to top |
|
 |
Triple_Dude
Joined: 26 Feb 2009 Posts: 2
|
Posted: Tue Mar 03, 2009 8:46 am Post subject: |
|
|
Actually, I've read through the Wacom Dev docs, and seems like the only way to interface with it is via the Wintab API--and from what I can see, AHK cannot interface with Wintab (to my knowledge, but I'm not intimately familiar with AHK--this is where other's expertise can come in ).
Actually, to make things much more simple:
Can AHK interface with API's in general? If it's a no, then I'll just stop the wild goose chase right there. |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 7295 Location: Australia
|
Posted: Tue Mar 03, 2009 10:02 am Post subject: |
|
|
| See DllCall. Be warned: it is an advanced topic. |
|
| Back to top |
|
 |
automaticman
Joined: 27 Oct 2006 Posts: 642
|
Posted: Mon Jan 11, 2010 1:20 pm Post subject: |
|
|
Could this help for 2 from the first posting?
I am also interested in the topic 2, together with recording the move movement path and saving them somehow, to be able to recall it easily. So a system which can snapshot and later recall e.g. 10 "mouse patch + wacom pen pressures" would be interesting.
For example you press ctrl-1 and draw something with your wacom pen using varying pressure on the pen, after releasing the pen this movement and strength variation is saved in "slot 1", then using e.g. alt-1 this preset "slot 1" is "played back" again in the same way.
Did anyone do this already for a simple pc mouse movement? |
|
| Back to top |
|
 |
|