PLAYMUSIC bug - midi files

Previous topic - Next topic

PeeJay

Not that anyone uses midi any more, but if you PLAYMUSIC "music.mid", you'll get a mouse pointer (in the form of the hourglass) irrespective of what you set SYSTEMPOINTER to.
www.peejays-remakes.co.uk
For games, remakes, and GL Basic Tutorials
Artificial Intelligence is no match for Natural Stupidity

BumbleBee

Use MOUSESTATE and you won't see it anymore. :D

Code (glbasic) Select
SYSTEMPOINTER FALSE
 MOUSESTATE mx, my, b1, b2
Cheers
The day will come...

CPU Intel(R) Core(TM) i5-3570k, 3.4GHz, AMD Radeon 7800 , 8 GB RAM, Windows 10 Home 64Bit

Moru

According to the first post he has tried that already :-)

PeeJay

No, I haven't tried adding MouseState - that has resolved the immediate issue, but I'd still class it is a bug (why would I need to poll the mouse if the mouse isn't used?)
www.peejays-remakes.co.uk
For games, remakes, and GL Basic Tutorials
Artificial Intelligence is no match for Natural Stupidity