Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.40K
~13.8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for linux

Is it possible to get a single key press without having the user press enter? So, say if you were writing a game, say an RPG, to high WASD to move. Ie: [code=python]x = getkey() if x = "w" # blah blah blah if x = "a" # blah blah …

Member Avatar for EAnder
0
14K