nneonneo / ofxWin8Touch

Windows 8 touch driver for OpenFrameworks using WM_POINTER events
21 stars 6 forks source link

Fix handle name for Windows 10. #6

Closed prisonerjohn closed 5 years ago

prisonerjohn commented 5 years ago

Code was not compiling until I changed the windows handle type.

Found some info here: https://stackoverflow.com/questions/51771072/gwl-wndproc-undeclared

This works for me in both 32-bit and 64-bit on Windows 10.

nneonneo commented 5 years ago

LGTM, thanks for spotting this!