I'm doing some graphics programming using the Gosu
gem. The thing is, when I create a Window
my mouse pointer is hidden. I can guess where the mouse is at a certain moment, and I can intuitively click, but my users may not.
Is there a way to show the pointer?