SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsMouseButtonPressed()

static bool Spices::Input::IsMouseButtonPressed ( const int & button)
inlinestaticinherited

Query If given Mouse Button is Pressed.

Parameters
[in]buttonIn Mouse Button.
Returns
Returns true if given Key is Pressed.

Definition at line 41 of file Input.h.

41{ return s_Instance->IsMouseButtonPressedImpl(button); }
static std::unique_ptr< Input > s_Instance
Platform Specific Input Class.
Definition Input.h:105

Referenced by Spices::CameraController::OnTick(), and Spices::MeshController::OnTick().