alaingalvan / CrossWindow

💻📱 A cross platform system abstraction library written in C++ for managing windows and performing OS tasks.

Home Page:https://alain.xyz/libraries/crosswindow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ognjenMarinkovic27 opened this issue · comments

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.

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.