GLBasic forum

Main forum => Bug Reports => Topic started by: kaotiklabs on 2009-Oct-21

Title: input keys were not captured in Debug mode
Post by: kaotiklabs on 2009-Oct-21

While debugging a program that uses the arrow keys for the menus, the keys were not captured.
I tried to debug the problem using inkey but was not capture either.
Strange of all, the range of keys from A to Z were captured but numbers and other especial keys like arrows weren´t.

In a normal compilation (without debug) all work as expected.

Title: Re: input keys were not captured in Debug mode
Post by: MrTAToad on 2009-Oct-22
Dont think I've seen that before - got any example code ?
Title: Re: input keys were not captured in Debug mode
Post by: Kitty Hello on 2009-Oct-22
Ouch! What operating system? What SYSTEMPOINTER state, are you using Mouse input, too?
Can you post a sample program?
Title: Re: input keys were not captured in Debug mode
Post by: kaotiklabs on 2009-Oct-22

I´m on Windows XP SP3.
SystemPointer is TRUE and I´m using also the mouse for the input.

About the code. I have some difficulties because mine is too large but I will try to reproduce it on a sample code.