Implement shortcut/underscore for input button
This commit is contained in:
committed by
Adrien Destugues
parent
bdaf4d6748
commit
a01e7eea69
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user