change IsAnyKeyDown to IsAnyButtonDown and add Float2.Normalized

This commit is contained in:
Ruan Lucas
2023-01-26 08:54:15 -04:00
parent d20bce9967
commit 82e9923be3
5 changed files with 18 additions and 5 deletions
+2 -2
View File
@@ -65,9 +65,9 @@ public:
}
/// <summary>
/// Checks if any mouse key is currently pressed.
/// Checks if any mouse button is currently pressed.
/// </summary>
API_PROPERTY() bool IsAnyKeyDown() const;
API_PROPERTY() bool IsAnyButtonDown() const;
/// <summary>
/// Gets the delta position of the mouse in the screen-space coordinates.