We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SDL_WndProc
_WIN32
1 parent f35195c commit bce05adCopy full SHA for bce05ad
src/graphic/Fast3D/gfx_sdl2.cpp
@@ -62,7 +62,10 @@ static void (*on_fullscreen_changed_callback)(bool is_now_fullscreen);
62
static bool (*on_key_down_callback)(int scancode);
63
static bool (*on_key_up_callback)(int scancode);
64
static void (*on_all_keys_up_callback)(void);
65
+
66
+#ifdef _WIN32
67
LONG_PTR SDL_WndProc;
68
+#endif
69
70
const SDL_Scancode lus_to_sdl_table[] = {
71
SDL_SCANCODE_UNKNOWN,
0 commit comments