Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - timewarp

Pages: [1]
1
Window / Is there any way to recognize the numpad period key?
« on: July 09, 2011, 06:29:43 pm »
Quote from: "Laurent"
Key codes are currently badly handled in SFML, don't waste too much time if you get problems with key codes.

Ok, thanks.

2
Window / Is there any way to recognize the numpad period key?
« on: July 08, 2011, 08:42:07 pm »
Bump.

3
Window / Is there any way to recognize the numpad period key?
« on: July 03, 2011, 10:35:11 am »
Bump.

4
Window / Is there any way to recognize the numpad period key?
« on: June 27, 2011, 08:33:18 pm »
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

Pages: [1]