alaingalvan / CrossWindow

💻📱 A cross platform system abstraction library written in C++ for managing windows and performing OS tasks.
https://alain.xyz/libraries/crosswindow
MIT License
632 stars 50 forks source link

‘MouseData’ in namespace ‘xwin’ does not name a type; did you mean ‘TouchData’? #15

Closed ognjenMarinkovic27 closed 2 years ago

ognjenMarinkovic27 commented 2 years ago

I think the example code should be changed, since it looks like MouseData does not exist. The only things I've found are MouseRawData and MouseMoveData.

alaingalvan commented 2 years ago

Thanks for letting me know about this, I've gone ahead and fixed that in the readme.md file and I'll take another pass through on the demos repo to be sure this has been revised.