摘要: #include <windows.h> #include <mutex> #include "SDL.h" #define REFRESH_EVENT (SDL_USEREVENT + 1) static SDL_Thread* refresh_thread; static SDL_Event e 阅读全文
posted @ 2021-12-31 16:51 cnchengv 阅读(29) 评论(0) 推荐(0) 编辑