keyrelease Questions

10

(Edited for clarity) I want to detect when a user presses and releases a key in Java Swing, ignoring the keyboard auto repeat feature. I also would like a pure Java approach the works on Linux, Ma...
Ovarian asked 21/9, 2009 at 21:48

1

I've noticed some unusual behavior when the QApplication processes key events, which jeopardizes a small game I'd hoped to make. Holding down a key causes the keyPressEvent and then keyReleaseEven...
Saintsimonianism asked 4/1, 2013 at 14:48

3

Solved

I had asked this in the comments section of another question (> How do I handle simultaneous key presses in Java?), and was asked to make a new question altogether. My problem is that when I creat...
Reactor asked 7/8, 2012 at 17:34

4

I'm writing an command-line application which listens for Control key release events in X Windows and alerts another process when it detects them. Being new to GNU/Linux, I'd prefer avoiding to fu...
Rivarivage asked 8/2, 2012 at 23:16
1

© 2022 - 2024 — McMap. All rights reserved.