GLBasic forum

Main forum => Bug Reports => Topic started by: PeeJay on 2008-Feb-01

Title: PLAYMUSIC bug - midi files
Post by: PeeJay on 2008-Feb-01
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.
Title: PLAYMUSIC bug - midi files
Post by: BumbleBee on 2008-Feb-01
Use MOUSESTATE and you won't see it anymore. :D

Code (glbasic) Select
SYSTEMPOINTER FALSE
 MOUSESTATE mx, my, b1, b2
Cheers
Title: PLAYMUSIC bug - midi files
Post by: Moru on 2008-Feb-01
According to the first post he has tried that already :-)
Title: PLAYMUSIC bug - midi files
Post by: PeeJay on 2008-Feb-01
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?)