Skip to content

Commit

Permalink
Update scroll mouse for 0.4.6
Browse files Browse the repository at this point in the history
octalmage#194 never updated type script file
  • Loading branch information
AJ Keller authored Apr 27, 2017
1 parent da920c2 commit cdb0b76
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 cdb0b76

Please sign in to comment.