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