1.1.4 • Published 2 years ago

win-cursor v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

win-cursor

NodeJS / Windows library for dealing with the screen and mouse. This is a wrapper written in C++ for easy access to some of the Windows API. Can be used with Electron and NodeJS runtimes out of the box.

Features

API

  • GetMousePosition

    • Returns the {x, y} cordinate of the mouse. Works with multiple monitor setups.
  • GetColorAtPixel

    • Returns the {reg, green, blue} Color at the pixel location.
  • GetColorAtCursor
    • Returns the {reg, green, blue} Color at the cursors current position

Still In Development

  • HideMouse
  • Show/Hide Mouse
  • Send Keyboard Input
  • Get Icon/ App Icon Information
1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago