Implement shortcut/underscore for input button

This commit is contained in:
Nic Soudée
2018-06-24 15:25:26 +00:00
committed by Adrien Destugues
parent bdaf4d6748
commit a01e7eea69
12 changed files with 60 additions and 27 deletions

View File

@@ -147,6 +147,7 @@ typedef struct T_Special_button
word Pos_Y; ///< Coordinate for left of button, relative to the window, before scaling.
word Width; ///< Width before scaling
word Height; ///< Height before scaling
word Shortcut; ///< Keyboard shortcut that will emulate a click on this button.
struct T_Special_button * Next;///< Pointer to the next special button of current window.
} T_Special_button;