Question

Is there any way to detect pen pressure in actionscript?

Was it helpful?

Solution

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.

OTHER TIPS

If your SWF is embedded in a web page, then you are able to access the pen pressure via the JavaScript if the wacom browser plugin is installed (usually installs with drivers). You could then forward it onto Flash.

See Wacom Software Dev support - Web browser plugin demos for more details.

Not sure if covers your situation, but there's an actionscript library for wacom bamboo minis.

flash on bamboo dock

air logo transparent

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top