最終更新:2012-06-17 (日) 17:44:39 (4329d)  

Feel Multi-Touch SDK
Top / Feel Multi-Touch SDK

http://www.wacomeng.com/touch/

Wacom’s Feel™ Multi-Touch Application Programming Interface (API) enables you to build applications that use the powerful finger detection and location capabilities of the Wacom touch tablets. Use this stream of finger information to create unique features for your application, including custom gestures or direct on screen manipulation of objects.

対応ハード

  • CTH-470?
  • CTH-670?

FAQ

  • Does CTH470/CTH670 support Windows 7 native Multi-touch via WM_GESTURE events (the standard Win7 OS level event to be handled by applications)?
  • The CTH470/CTH670 tablet uses a “relative touch track pad” model for touch gesture interaction. While the Windows 7 native gesture API was designed for screen displays and supports a “absolute on-screen touch” model via displays. Therefore the standard Microsoft API is not available to use with a relative touch tablet like CTH470/CTH670. Instead, there are two options for the application to use touch gestures with the CTH470/CTH670:
  • Alternatively, the App can be in “Consumer mode” and directly access the raw touch data through the Feel™ Multi-Touch API for its own gesture processing. In this mode, the app should configure the touch API to prevent the tablet driver from interpreting the data. This allows your app to implement high-performance actions in response to typical gestures (or even create custom gestures.)

関連