Add modifier key window for toggling shift/ctrl key states using mouse
This commit is contained in:
@@ -667,6 +667,10 @@ public:
|
||||
*/
|
||||
virtual EventState OnCTRLStateChange() { return ES_NOT_HANDLED; }
|
||||
|
||||
/**
|
||||
* The state of the shift key has changed
|
||||
*/
|
||||
virtual void OnShiftStateChange() {}
|
||||
|
||||
/**
|
||||
* A click with the left mouse button has been made on the window.
|
||||
|
Reference in New Issue
Block a user