Add modifier key window for toggling shift/ctrl key states using mouse
This commit is contained in:
@@ -2743,6 +2743,17 @@ void HandleCtrlChanged()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* State of SHIFT key has changed
|
||||
*/
|
||||
void HandleShiftChanged()
|
||||
{
|
||||
Window *w;
|
||||
FOR_ALL_WINDOWS_FROM_FRONT(w) {
|
||||
w->OnShiftStateChange();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Insert a text string at the cursor position into the edit box widget.
|
||||
* @param wid Edit box widget.
|
||||
|
Reference in New Issue
Block a user