ghaerr / microwindows

The Nano-X Window System
Other
659 stars 90 forks source link

Make MWBUTTON defines compatible with windows #12

Closed roozbehid closed 5 years ago

roozbehid commented 5 years ago

These definitions were not compatible with what was used in Windows as they were passed back to my system they would cause different really hard to pin problems!

ghaerr commented 5 years ago

Rejected. You have MWBUTTON_M defined as "10" which has two bits set: 8 and 2. Did you mean 0x10 or 010? This cannot be the value Windows uses.