Issue 1: Key listener
Project Member Reported by solenemo...@gmail.com, Jan 18, 2008
What steps will reproduce the problem?
1. demarrer l'application
2. choisir une skin
3. appuyer sur start

What is the expected output? What do you see instead?
appui sur w rien il ne passe pas dans la méthode keypressed, j'ai mis une
messagebox. De plus keyboard dans l'IHM, n'est pas cochée pas défaut, c'est
dommage

Please use labels and text to provide additional information.

 
Jan 21, 2008
Project Member #1 solenemo...@gmail.com
Résolu.


 mKeyboard =
static_cast<OIS::Keyboard*>(mInputManager->createInputObject(OIS::OISKeyboard, true));

ligne 202.

Il faut mettre true, pour avoir un bufferKey.