keyboardpushed bug?

Post bugreports for the Linux version here
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

keyboardpushed bug?

Post by Brujah »

There has to be an error in the keyboardpushed routine in the linux compiler.
My routine where players can enter text, like for saving a game, is working flawlessly on windows, but on linux I can type only one letter. Then the cursor is set back to the start of the line.
When I press Backspace or Space I get back "BACKSPACE" or "SPACE" instead of a keycode.

You can see this in my game. (www.lostlabyrinth.com)
The file that the code is in is called interaction.pb.

This worked with the 3.94 compiler. Its not anymore with the new version.