Add modifier key window for toggling shift/ctrl key states using mouse
This commit is contained in:
@@ -755,6 +755,11 @@ enum WindowClass {
|
||||
WC_BUILD_VIRTUAL_TRAIN,
|
||||
WC_CREATE_TEMPLATE,
|
||||
|
||||
/**
|
||||
* Modifier key toggle window.
|
||||
*/
|
||||
WC_MODIFIER_KEY_TOGGLE,
|
||||
|
||||
WC_INVALID = 0xFFFF, ///< Invalid window.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user