CrossWindow icon indicating copy to clipboard operation
CrossWindow copied to clipboard

Event class size

Open guition opened this issue 2 years ago • 0 comments

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.

guition avatar Mar 24 '22 21:03 guition