receiving key events

Tydr Schnubbis fake at address.dude
Wed Apr 26 19:01:52 PDT 2006


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");
     }
});



More information about the Digitalmars-d-dwt mailing list