Tagged Questions
1
vote
3answers
743 views
Java - Can we detect if a key is pressed without using a Listener?
I need to be able to detect if a certain key (e.g. CTRL) is pressed during a specific operation of mine. I don't have access to a key listener, nor to a mouse event. What I'm hoping is that there ...
1
vote
3answers
282 views
keydown freezes timer c#
Hey, I am making a frogger type game and I am using a timer to make the images move across the screen. I am also using the keydown event to handle when the user moves the 'frog'. So, w moved up, s ...
0
votes
4answers
595 views
DefaultButton in ASP.NET forms
What is the best solution of defaultButton and "Enter key pressed" for ASP.NET 2.0-3.5 forms?