mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Fix return value descripions
This commit is contained in:
parent
198b0bbbc8
commit
549de6c262
@ -177,7 +177,7 @@ public:
|
||||
/// \brief Get drawable dimensions of the window
|
||||
///
|
||||
/// \returns SDL2pp::Point representing dimensions (width and
|
||||
/// height) of the window in pixels
|
||||
/// height) of the window drawable area in pixels
|
||||
///
|
||||
/// \see http://wiki.libsdl.org/SDL_GL_GetDrawableSize
|
||||
///
|
||||
@ -187,7 +187,7 @@ public:
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Get drawable width of the window
|
||||
///
|
||||
/// \returns Width of the window in pixels
|
||||
/// \returns Width of the window drawable area in pixels
|
||||
///
|
||||
/// \see http://wiki.libsdl.org/SDL_GL_GetDrawableSize
|
||||
///
|
||||
@ -197,7 +197,7 @@ public:
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Get drawable height of the window
|
||||
///
|
||||
/// \returns Height of the window in pixels
|
||||
/// \returns Height of the window drawable area in pixels
|
||||
///
|
||||
/// \see http://wiki.libsdl.org/SDL_GL_GetDrawableSize
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user