Преглед на файлове

Updated documentation of SDL_IsScreenSaverEnabled().

The screensaver is deactivated by default since SDL 2.0.2.
Philipp Wiesemann преди 10 години
родител
ревизия
6255c8584a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/SDL_video.h

+ 1 - 1
include/SDL_video.h

@@ -1017,7 +1017,7 @@ extern DECLSPEC void SDLCALL SDL_DestroyWindow(SDL_Window * window);
 
 
 
 
 /**
 /**
- *  \brief Returns whether the screensaver is currently enabled (default on).
+ *  \brief Returns whether the screensaver is currently enabled (default off).
  *
  *
  *  \sa SDL_EnableScreenSaver()
  *  \sa SDL_EnableScreenSaver()
  *  \sa SDL_DisableScreenSaver()
  *  \sa SDL_DisableScreenSaver()