Re: [wxhaskell-users] Keyboard problem

2011-02-08 Thread Henk-Jan van Tuyl
On Fri, 09 Oct 2009 10:25:21 +0200, carlos gomez wrote: > Hello, > I tried to play wxAsteoids game but i couldn't, the keyboard did't listen > me. > > Does someone have problems with the keyboard?, how can I fix it? > > I'm using ubuntu 9.04 + GHC 10.4 + wx-0.11.1.2 + wxcore-0.11.1.2. > > > reg

[wxhaskell-users] keyboard events problem

2011-02-08 Thread Pedro Vasconcelos
I've just tried out wxhaskell on newer linux boxes (Ubuntu 10.10 and Mandriva 2011) and noticed that frame widgets don't seem to receive keyboard events. In particular, the wxAsteroids example doesn't work because the left/right keys don't control the ship. (BTW, it has been a while since I used