bluecadet / Cinder-BluecadetViews

Scene graph Cinder block with touch management and various tools for UI dev
MIT License
11 stars 3 forks source link

Multi native touchscreen support #129

Closed shi-weili closed 6 years ago

shi-weili commented 6 years ago

@benjaminbojko Please have a look at the multi native touchscreen driver. I combined MultiNativeTouchDriver and TouchWin8 into one file, but counldn't put code from TouchWin8 into the MultiNativeTouchDriver class (there's some building issue with Windows dllexport when the code is within a class). The bottom line is that everything is within the bluecadet::touch::drivers namespace, and has been tested in the MIT app.

benjaminbojko commented 6 years ago

FYI check out Matt Felsen's recent PR for Cinder; perhaps this is the same issue? https://github.com/cinder/Cinder/pull/2023