some problems fixed
This commit is contained in:
5
check_events.cpp
Normal file
5
check_events.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include <SDL3/SDL.h>
|
||||
#include <iostream>
|
||||
int main() { std::cout << \
|
||||
SDL_EVENT_QUIT:
|
||||
\ << SDL_EVENT_QUIT << std::endl; return 0; }
|
||||
Reference in New Issue
Block a user