mjolnir._asm.sys.mouse

Home: https://github.com/asmagill/mjolnir_asm.sys

Functions for getting and setting the position of the mouse pointer.

This module is based primarily on code from the previous incarnation of Mjolnir by Steven Degutis.

get

mjolnir._asm.sys.mouse.get() -> point

Returns the current location of the mouse on the current screen as a point.

set

mjolnir._asm.sys.mouse.set(point)

Moves the mouse to the given location on the current screen.