Learn to Program with ZedLX

Free Online Programming Course for Beginners

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 (optional)
    • )

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

Loading...