mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Documentation fixes
This commit is contained in:
parent
05ade606df
commit
b3b6ba9721
@ -661,7 +661,7 @@ public:
|
||||
///
|
||||
/// \returns Point representing logical resolution
|
||||
///
|
||||
/// \see http://wiki.libsdl.org/SDL_RenderGetClipRect
|
||||
/// \see http://wiki.libsdl.org/SDL_RenderGetLogicalSize
|
||||
///
|
||||
/// \note If this function is called on an Renderer who never had
|
||||
/// its logical size set by SetLogicalSize(), this function
|
||||
@ -675,7 +675,7 @@ public:
|
||||
///
|
||||
/// \returns Logical resolution width
|
||||
///
|
||||
/// \see http://wiki.libsdl.org/SDL_RenderGetClipRect
|
||||
/// \see http://wiki.libsdl.org/SDL_RenderGetLogicalSize
|
||||
///
|
||||
/// \note If this function is called on an Renderer who never had
|
||||
/// its logical size set by SetLogicalSize(), this function
|
||||
@ -689,7 +689,7 @@ public:
|
||||
///
|
||||
/// \returns Logical resolution height
|
||||
///
|
||||
/// \see http://wiki.libsdl.org/SDL_RenderGetClipRect
|
||||
/// \see http://wiki.libsdl.org/SDL_RenderGetLogicalSize
|
||||
///
|
||||
/// \note If this function is called on an Renderer who never had
|
||||
/// its logical size set by SetLogicalSize(), this function
|
||||
@ -785,7 +785,7 @@ public:
|
||||
///
|
||||
/// \throws SDL2pp::Exception
|
||||
///
|
||||
/// \see http://wiki.libsdl.org/SDL_RenderGetClipRect
|
||||
/// \see http://wiki.libsdl.org/SDL_GetRendererOutputSize
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
int GetOutputWidth() const;
|
||||
@ -797,7 +797,7 @@ public:
|
||||
///
|
||||
/// \throws SDL2pp::Exception
|
||||
///
|
||||
/// \see http://wiki.libsdl.org/SDL_RenderGetClipRect
|
||||
/// \see http://wiki.libsdl.org/SDL_GetRendererOutputSize
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
int GetOutputHeight() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user