Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Types point2D and colorA [7/8]

The function pointerPos returns the cursor position. The return value is of type point2D.

The signature of function pointerPos is:

  • point2D pointerPos()

The function mouseHide hides the mouse cursor. The signature of this function is:

  • void mouseHide(
    • /bool isHide
    • )

The function mouseHide can accept 1 argument or none, because the only parameter is optional.

Loading...