Allow using the hash key in hotkeys (SDL)
This commit is contained in:
@@ -102,6 +102,7 @@ enum WindowKeyCodes {
|
||||
WKC_COMMA = 151, ///< , Comma
|
||||
WKC_PERIOD = 152, ///< . Period
|
||||
WKC_MINUS = 153, ///< - Minus
|
||||
WKC_HASH = 154, ///< # Hash
|
||||
};
|
||||
|
||||
/** A single sprite of a list of animated cursors */
|
||||
|
Reference in New Issue
Block a user