SpiecsEngine
 
Loading...
Searching...
No Matches

◆ MouseButtonReleasedEvent()

Spices::MouseButtonReleasedEvent::MouseButtonReleasedEvent ( int button)
inline

Constructor Function.

Parameters
[in]buttonInput Mouse Button.

Definition at line 239 of file MouseEvent.h.

240 : MouseButtonEvent(button)
241 {}
MouseButtonEvent(int button)
Specific this Class Category with EventCategoryMouse and EventCategoryInput.
Definition MouseEvent.h:180

References Spices::MouseButtonEvent::MouseButtonEvent().

Referenced by Spices::VulkanWindows::SetInternalCallBack().