Files
spacetris/check_events.cpp
2025-08-17 21:13:58 +02:00

6 lines
132 B
C++

#include <SDL3/SDL.h>
#include <iostream>
int main() { std::cout << \
SDL_EVENT_QUIT:
\ << SDL_EVENT_QUIT << std::endl; return 0; }