Trying to evaluate pressing of "+" and "-" on the normal keyboard (not numpad) I find that the returned chars codes are 43 and 45. These charcodes are assigned to the Constants KEY_EXECUTE and KEY_INSERT, which have definitely nothing to do with "+" and "-". In another post of the forum I found, that there "-" was assigned to the charcode -189.
Now I wonder whether this is related somehow to national variations of key chars (I use an keyboard for german language) and therefore my programm would get different messages, if "+" and "-" are pressed on an english, french or spanish keyboard ? Aren't the chars normed internationally and if so why doesn't BlitzMax seems to care about that ?
Now I wonder whether this is related somehow to national variations of key chars (I use an keyboard for german language) and therefore my programm would get different messages, if "+" and "-" are pressed on an english, french or spanish keyboard ? Aren't the chars normed internationally and if so why doesn't BlitzMax seems to care about that ?