c# - Do not pass data to OS in observer mode in Wacom Feel Multi Touch API -


i making little application lets me use intuos pro keyboard because touch enabled. wacom has released an api allows access of touch data getting core functionality has not been problem. have hit bit of snag, though. api allows listen data in 2 modes:

  • consumer mode means application not pass touch information onto other applications or driver gesture recognition. listen if window has keyboard focus.
  • observer mode means application pass touch information onto other applications , listen data regardless of focus.

here's problem. keyboard needs running time, when i'm typing on touchpad, don't want 2 finger scrolls or tap clicking or happen. if i'm typing something, thing i'm typing has have keyboard focus - not application.

i can't see point of observer mode if there's no way destroy data gesture recognition doesn't in way. , in faq, wacome hinted @ possibility of being able destroy data in observer mode.

if application chooses pass touch data through driver in observer mode, tablet driver interpret touch data , recognize gestures appropriate tablet , operating system.

so suspicious of there being solution. wondering if has had experience this, or able take , see if can figure out solution? i'm okay hacky if need more of personal thing else.

i using mtdn variety in c# in visual studio 2013 , application wpf application.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -