views:

118

answers:

1

Is there any way to detect pen pressure in actionscript?

+1  A: 

not in flash itself. you will need to write a daemon, that processes the information and binds a local port for flash to communicate to. flash will then connect to the daemon, allowing it to send input data to flash. solutions like these have already been implemented for numerous input controllers, such as joysticks and the wiimote.

greetz
back2dos

back2dos