Skip to content
SiteEmail

cohtml::EventMouseModifiersState

The state of the mouse modifiers when an event happens.

#include <InputEvents.h>

Name
EventMouseModifiersState()
Name
boolIsLeftButtonDown
boolIsMiddleButtonDown
boolIsRightButtonDown
boolIsBackButtonDown
boolIsForwardButtonDown
inline EventMouseModifiersState()
bool IsLeftButtonDown;
bool IsMiddleButtonDown;
bool IsRightButtonDown;
bool IsBackButtonDown;
bool IsForwardButtonDown;