Skip to content

Commit c1b1b71

Browse files
Add file header comment
1 parent 66b40cf commit c1b1b71

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

units/sdlsyswm.inc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
// from sdl_syswm.h
22

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+
312
{$IFDEF WINDOWS}
413
{$DEFINE SDL_VIDEO_DRIVER_WINDOWS}
514
{$ENDIF}

0 commit comments

Comments
 (0)