Closed wbogocki closed 3 years ago
Entirely my fault. I copied some code forward from a previous version that had declared structs via macro, so i had to apply the pub
by hand and didn't do so in some cases. I'll try to get a fix out right away.
Awesome, man. Thanks!
published
SDL_Keysym
is the type of theSDL_KeyboardEvent
'skeysym
field.It's relevant because:
This is very basic usage so I'm probably just blind and not seeing some obvious right way to do this... however, I searched through the docs and the internet and couldn't figure it out.
Is this an actual omission?