Cheats window: Allow clicking money text to enter quantity

This commit is contained in:
Jonathan G Rennison
2021-03-21 12:52:01 +00:00
parent abf8505c69
commit fa2f3ed104
4 changed files with 14 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
enum CharSetFilter {
CS_ALPHANUMERAL, ///< Both numeric and alphabetic and spaces and stuff
CS_NUMERAL, ///< Only numeric ones
CS_NUMERAL_SIGNED, ///< Only numeric ones, and minus/negative
CS_NUMERAL_DECIMAL, ///< Only numeric, decimal separaters, and minus/negative
CS_NUMERAL_SPACE, ///< Only numbers and spaces
CS_ALPHA, ///< Only alphabetic values