We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b40cf commit c1b1b71Copy full SHA for c1b1b71
units/sdlsyswm.inc
@@ -1,5 +1,14 @@
1
// from sdl_syswm.h
2
3
+{**
4
+ * \brief SDL_syswm.h
5
+ *
6
+ * Your application has access to a special type of event ::SDL_SYSWMEVENT,
7
+ * which contains window-manager specific information and arrives whenever
8
+ * an unhandled window event occurs. This event is ignored by default, but
9
+ * you can enable it with SDL_EventState().
10
+ *}
11
+
12
{$IFDEF WINDOWS}
13
{$DEFINE SDL_VIDEO_DRIVER_WINDOWS}
14
{$ENDIF}
0 commit comments