Greetings,
I sent my brother a program earlier this afternoon, that I wrote with my new compiler, PBCC version 5.0. He tells me that every time he moves his mouse scroll wheel, whether accidentally or intentionally, the program immediately ends.
The entire program uses mouse and keyboard input in a graphic window. (I'm surpressing the console completely.)
I can't think of anything I'm doing in the program that would cause this. I'm not checking for any kind of scroll wheel movement. All I'm checking for is to see if the mouse has been clicked with Graphic Window Click statement.
Right now I can't even test this at my end since my mouse doesn't have a scroll wheel. (I'm going to have to either borrow one or buy one.)
Does anyone have an idea what might be happening and more importantly, what I might be able to do to fix it?
As always, thanks to eveyone in advance for their replies.
I sent my brother a program earlier this afternoon, that I wrote with my new compiler, PBCC version 5.0. He tells me that every time he moves his mouse scroll wheel, whether accidentally or intentionally, the program immediately ends.
The entire program uses mouse and keyboard input in a graphic window. (I'm surpressing the console completely.)
I can't think of anything I'm doing in the program that would cause this. I'm not checking for any kind of scroll wheel movement. All I'm checking for is to see if the mouse has been clicked with Graphic Window Click statement.
Right now I can't even test this at my end since my mouse doesn't have a scroll wheel. (I'm going to have to either borrow one or buy one.)
Does anyone have an idea what might be happening and more importantly, what I might be able to do to fix it?
As always, thanks to eveyone in advance for their replies.
Comment