I am trying to make a gui with mouse action. But having problem with mouse now.
I set
mouse_mode = 1;
mouse_pointer = 2;
in the main() function
But I can not see the mouse cursor. Moreover, the camera view seems LOCKED (I am using an Old A5 template), just rotate right and left, no more.
Now I wonder how could I see the mouse cursor, and my view does not lock with this mode (in the tech demo, If I right click the mouse, I see the cursor, but my view is locked too). So, I could use mouse with interact with the GUI
==
Thanks for any helps.