Allow using the hash key in hotkeys (SDL)

This commit is contained in:
Jonathan G Rennison
2020-09-21 03:39:02 +01:00
parent cfe63734ec
commit 0bfae346c1
4 changed files with 6 additions and 2 deletions

View File

@@ -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 */