Add modifier key window for toggling shift/ctrl key states using mouse
This commit is contained in:
@@ -36,6 +36,8 @@ byte _support8bpp;
|
||||
CursorVars _cursor;
|
||||
bool _ctrl_pressed; ///< Is Ctrl pressed?
|
||||
bool _shift_pressed; ///< Is Shift pressed?
|
||||
bool _invert_ctrl;
|
||||
bool _invert_shift;
|
||||
byte _fast_forward;
|
||||
bool _left_button_down; ///< Is left mouse button pressed?
|
||||
bool _left_button_clicked; ///< Is left mouse button clicked?
|
||||
|
Reference in New Issue
Block a user