OK... I'm finding the Graphic Window helpful but missing a couple things.
1) How can I read for mouse moves (or clicks) AND keyboard strokes? It seems I can only do one or the other.
I plotted stock prices on a window and I'm using Graphic Waitkey$ to check for key strokes, but I'd like to concurrently see if the mouse was moved or clicked.
2) I'm new to PB/CC and used to an 'interpretive' world.
Is there a way to find out where a program is "waiting"? Sometimes I can't tell which routine is active and stopping to program in a bunch of stops is time consuming (but what I've been doing).
Thanks!
1) How can I read for mouse moves (or clicks) AND keyboard strokes? It seems I can only do one or the other.
I plotted stock prices on a window and I'm using Graphic Waitkey$ to check for key strokes, but I'd like to concurrently see if the mouse was moved or clicked.
2) I'm new to PB/CC and used to an 'interpretive' world.
Is there a way to find out where a program is "waiting"? Sometimes I can't tell which routine is active and stopping to program in a bunch of stops is time consuming (but what I've been doing).
Thanks!
Comment