I'm trying to get text input from the user, so I need to be able to read in any key press and update a text field accordingly. When I try to read in the numpad period/delete key, the event always returns the key as 0 when numlock is on, but returns Delete when numlock is off. Any suggestions?
Edit: I'm using SFML 2.0 r5469