cohtml::EventMouseModifiersState
The state of the mouse modifiers when an event happens.
#include <InputEvents.h>
Public Functions
Name | |
---|---|
EventMouseModifiersState() |
Public Attributes
Name | |
---|---|
bool | IsLeftButtonDown |
bool | IsMiddleButtonDown |
bool | IsRightButtonDown |
bool | IsBackButtonDown |
bool | IsForwardButtonDown |
Public Functions Documentation
function EventMouseModifiersState
inline EventMouseModifiersState()
Public Attributes Documentation
variable IsLeftButtonDown
bool IsLeftButtonDown;
variable IsMiddleButtonDown
bool IsMiddleButtonDown;
variable IsRightButtonDown
bool IsRightButtonDown;
variable IsBackButtonDown
bool IsBackButtonDown;
variable IsForwardButtonDown
bool IsForwardButtonDown;