cohtml::EventMouseModifiersState

The state of the mouse modifiers when an event happens.

#include <InputEvents.h>

Public Functions

Name
EventMouseModifiersState()

Public Attributes

Name
boolIsLeftButtonDown
boolIsMiddleButtonDown
boolIsRightButtonDown
boolIsBackButtonDown
boolIsForwardButtonDown

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;