func_system_movemouse.rst 377 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_system_movemouse:
  2. =========
  3. MoveMouse
  4. =========
  5. MoveMouse -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. MoveMouse( x,y )
  10. Move mouse pointer
  11. #MoveMouse positions the mouse cursor at a specific location within
  12. the current window or graphics display.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========