Fix documentation generation

This commit is contained in:
2025-04-02 22:24:50 +03:00
parent 6efb46fbbc
commit 33326d1c57

View File

@@ -120,7 +120,8 @@ public:
/// Gets the current state of mouse relative mode.
/// </summary>
/// <param name="window">The window to check against, or null to check for any window.</param>
virtual API_FUNCTION() bool IsRelative(Window* window = nullptr) const
/// <returns>True if mouse is in relative mode, otherwise false.</returns>
API_FUNCTION() virtual bool IsRelative(Window* window = nullptr) const
{
return _relativeMode;
}