Hmm.. when I press Tilde or Numpad keys, they register as an event with Event.Type == Event.KeyPressed but their Key.Code == 0 ?
No matter which numpad I press, tab also.. all == 0 ?
This seems similar to a fault with GLUT I used to encounter.. basically, GLUT didn't register a keypress for numpad keys at all. At least SFML registers them but they are 0.. any idea why?