diff --git a/Source/Engine/Platform/Base/WindowBase.h b/Source/Engine/Platform/Base/WindowBase.h
index 2b10fd27b..ebeeb6b45 100644
--- a/Source/Engine/Platform/Base/WindowBase.h
+++ b/Source/Engine/Platform/Base/WindowBase.h
@@ -683,17 +683,17 @@ public:
}
///
- /// todo : add doc
+ /// Gets the value indicating if the mouse flipped to the other screen edge horizontally
///
- API_PROPERTY() bool IsHorizontalFlippingMouse() const
+ API_PROPERTY() bool IsMouseFlippingHorizontally() const
{
return _isHorizontalFlippingMouse;
}
///
- /// todo : add doc
+ /// Gets the value indicating if the mouse flipped to the other screen edge vertically
///
- API_PROPERTY() bool IsVerticalFlippingMouse() const
+ API_PROPERTY() bool IsMouseFlippingVertically() const
{
return _isVerticalFlippingMouse;
}