digitalmars.D.dwt - receiving key events
- Tydr Schnubbis (7/7) Apr 26 2006 How can I pick up key events? Doing this doesn't seem to work.
How can I pick up key events? Doing this doesn't seem to work. mainShell.addKeyListener(new class KeyAdapter { public void keyPressed (KeyEvent e) { writefln("Keypressed"); } });
Apr 26 2006