typo fixes
This commit is contained in:
@@ -706,7 +706,7 @@ public:
|
||||
/// <summary>
|
||||
/// Gets the value indicating whenever the cursor is being clipped.
|
||||
/// </summary>
|
||||
API_PROPERTY bool IsCursorClipping() const
|
||||
API_PROPERTY() bool IsCursorClipping() const
|
||||
{
|
||||
return _isClippingCursor;
|
||||
}
|
||||
|
||||
@@ -582,7 +582,7 @@ void WindowsWindow::StartClippingCursor(const Rectangle& bounds)
|
||||
ClipCursor(&lpRect);
|
||||
}
|
||||
|
||||
void WindowsWindow::EndClippingMouse()
|
||||
void WindowsWindow::EndClippingCursor()
|
||||
{
|
||||
if (_isClippingCursor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user