mirror of https://github.com/ppy/SDL3-CS.git
Add SDL_GetEventDescription to tests
This commit is contained in:
parent
53bedf11e3
commit
7f8ddcd477
|
|
@ -158,6 +158,10 @@ namespace SDL.Tests
|
|||
SDL_Keymod mod = e.key.mod;
|
||||
Console.WriteLine(mod);
|
||||
break;
|
||||
|
||||
case SDL_Keycode.SDLK_E:
|
||||
Console.WriteLine(SDL_GetEventDescription(e));
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue