Add modifier key window for toggling shift/ctrl key states using mouse
This commit is contained in:
@@ -56,6 +56,8 @@ extern byte _support8bpp;
|
||||
extern CursorVars _cursor;
|
||||
extern bool _ctrl_pressed; ///< Is Ctrl pressed?
|
||||
extern bool _shift_pressed; ///< Is Shift pressed?
|
||||
extern bool _invert_ctrl;
|
||||
extern bool _invert_shift;
|
||||
extern byte _fast_forward;
|
||||
|
||||
extern bool _left_button_down;
|
||||
@@ -73,6 +75,7 @@ extern Palette _cur_palette; ///< Current palette
|
||||
void HandleKeypress(uint keycode, WChar key);
|
||||
void HandleTextInput(const char *str, bool marked = false, const char *caret = nullptr, const char *insert_location = nullptr, const char *replacement_end = nullptr);
|
||||
void HandleCtrlChanged();
|
||||
void HandleShiftChanged();
|
||||
void HandleMouseEvents();
|
||||
void UpdateWindows();
|
||||
|
||||
|
Reference in New Issue
Block a user