SpiecsEngine
 
Loading...
Searching...
No Matches

◆ MouseButtonEvent()

Spices::MouseButtonEvent::MouseButtonEvent ( int button)
inlineprotected

Specific this Class Category with EventCategoryMouse and EventCategoryInput.

Constructor Function.

Parameters
[in]buttonInput Mouse Button.

Definition at line 180 of file MouseEvent.h.

181 : m_Button(button)
182 {}
int m_Button
Input Mouse Button.
Definition MouseEvent.h:187

References m_Button.

Referenced by Spices::MouseButtonPressedEvent::MouseButtonPressedEvent(), and Spices::MouseButtonReleasedEvent::MouseButtonReleasedEvent().