Open guition opened 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.
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.