Page 1 of 1

Keyboard repeat stop working after running orxonox [FIXED]

Posted: Thu Dec 20, 2007 5:22 pm
by nicolasc
One annoyance after running orxonox is to re-enable keyboard repeat. For some reason - my guess is OIS - it gets disabled without being enabled afterwards.

For the time being, it's only an annoyance.... but it should be fixed.

cheers
nico

PS. the problem seems to be limited to linux; at least it does not occur in windows

Posted: Thu Dec 20, 2007 7:03 pm
by nicolasc
A parameter was missing... though disappointing, that this did not get fixed earlier

Code: Select all

    // fixes auto repeat problem
    #if defined OIS_LINUX_PLATFORM
      pl.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("true")));
    #endif
cheers
nico