Add methods IsAnyKeyDown on Mouse/Gamepad class
This commit is contained in:
@@ -64,6 +64,11 @@ public:
|
||||
return _state.MousePosition;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Checks if any mouse key is currently pressed.
|
||||
/// </summary>
|
||||
API_PROPERTY() bool IsAnyKeyDown() const;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the delta position of the mouse in the screen-space coordinates.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user