flibitijibibo / FNA-MGHistory

FNA - Accuracy-focused XNA4 reimplementation for open platforms
http://fna-xna.github.io/
246 stars 37 forks source link

Corrected use of Keys.OemMinus instead of Keys.Subtract for Keypad Minus. #316

Closed crbednarz closed 9 years ago

crbednarz commented 9 years ago

It appears that Keys.OemMinus was mapped to KP_MINUS in several places. However Keys.Subtract was mapped to nothing. This should correct the issue, allowing Keys.Subtract to correctly be triggered by pressing the keypad minus button.