Re: Raw keyboard input

2013-08-16 Thread H. S. Teoh
On Sat, Aug 17, 2013 at 01:21:13AM +0200, DLearner wrote: > Hi, > > Please, under Debian / GDC, what functions are available to read > keys directly as pressed (no wait for )? > > And how used (infinite loop exited on specific keycode, eg for > 'Esc')? Currently, Phobos doesn't have this capabil

Raw keyboard input

2013-08-16 Thread DLearner
Hi, Please, under Debian / GDC, what functions are available to read keys directly as pressed (no wait for )? And how used (infinite loop exited on specific keycode, eg for 'Esc')?