Skip to content

ElectronScreen.getCursorScreenPoint method

ElectronScreen › getCursorScreenPoint

Unofficial

Returns the current absolute position of the mouse pointer.

**Note:** The return value is a DIP point, not a screen physical point.

Signature:

getCursorScreenPoint(): ElectronPoint

Returns: ElectronPointThe current absolute position of the mouse pointer.