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

Event class size #14

Open guition opened 2 years ago

guition commented 2 years ago

sizeof(xwin::Event) gives 1152 bytes. The cause is the size of TouchData and GamepadData. It would be more convenient for both classes to use some pointer to heap allocated data.