My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: Key listener
1 person starred this issue and may be notified of changes. Back to list
 
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.

Powered by Google Project Hosting