Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Do Loop, Sleep and Mouse Button
#6
A Pause Function - cool. Perhaps we should add _Pause to our lexicon of QB64PE syntax. Thanks for that suggestion Steve

bplus, each of the inner Do Loops are drawing data from two different files, so the Do is actually Do While Not EOF(x)

Pete, I did have something similar using Inkey$ but I detected the MouseButton at the end of the main outer loop so things didn't go well. As mentioned the MouseButton didn't seem to be recognized. I should have had the Inkey$ and MouseButton work in tandem as you suggested. Not sure why I didn't think of that...too many beers. 

I very much appreciate the help.
Reply


Messages In This Thread
Do Loop, Sleep and Mouse Button - by Dimster - 09-05-2025, 06:19 PM
RE: Do Loop, Sleep and Mouse Button - by bplus - 09-05-2025, 09:10 PM
RE: Do Loop, Sleep and Mouse Button - by Pete - 09-05-2025, 11:03 PM
RE: Do Loop, Sleep and Mouse Button - by SMcNeill - 09-05-2025, 11:21 PM
RE: Do Loop, Sleep and Mouse Button - by Pete - 09-05-2025, 11:43 PM
RE: Do Loop, Sleep and Mouse Button - by Dimster - 09-06-2025, 12:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Setting mouse to ignore outside of _NewImage PhilOfPerth 11 712 12-18-2025, 07:20 PM
Last Post: Pete
  Exiting sub while inside a loop PhilOfPerth 5 507 12-05-2025, 09:40 AM
Last Post: PhilOfPerth
  Using modulo to loop through lists fistfullofnails 3 709 09-03-2025, 11:50 PM
Last Post: fistfullofnails
  Stopping repeated mouse-key press PhilOfPerth 8 852 09-02-2025, 11:28 PM
Last Post: Pete
  _MessageBox ignores default button johngreening 2 599 04-27-2025, 07:34 PM
Last Post: hsiangch_ong

Forum Jump:


Users browsing this thread: 1 Guest(s)