Skip to content

Commit

Permalink
Merge pull request octalmage#290 from aj-ptw/patch-1
Browse files Browse the repository at this point in the history
Update scroll mouse for 0.4.6
  • Loading branch information
octalmage authored Apr 28, 2017
2 parents da920c2 + cdb0b76 commit 95daecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function moveMouseSmooth(x: number, y: number) : void
export function mouseClick(button?: string, double?: boolean) : void
export function mouseToggle(down?: string, button?: string) : void
export function dragMouse(x: number, y: number) : void
export function scrollMouse(magnitude: number, direction: string) : void
export function scrollMouse(x: number, y: number) : void
export function getMousePos(): { x: number, y: number }
export function getPixelColor(x: number, y: number): string
export function getScreenSize(): { width: number, height: number }
Expand Down

0 comments on commit 95daecd

Please sign in to comment.