Dark Bit Factory & Gravity

PROGRAMMING => General coding questions => Topic started by: Pot Noodle on March 08, 2012

Title: Mouse pointer!
Post by: Pot Noodle on March 08, 2012
Hi guys, can anyone tel me why when I exit a purebasic compiled exe program I have to right click to get pointer back?
is it a bug or is there a command like ShowMouse or something? I have missed.
Thanks
Title: Re: Mouse pointer!
Post by: energy on March 08, 2012
perhaps yu can try

ReleaseMouse(Status)

if i think right status must be 1, otherwise the pointer is locked
be pb-exe.