Skip to content

Commit

Permalink
Merge pull request octalmage#268 from AntonK1983/master
Browse files Browse the repository at this point in the history
Modified the mouseToggle method signature
  • Loading branch information
octalmage authored Feb 23, 2017
2 parents dfd7e60 + cfac5ab commit f9b2284
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 @@ -21,7 +21,7 @@ export function setMouseDelay(delay: number) : void
export function moveMouse(x: number, y: number) : void
export function moveMouseSmooth(x: number, y: number) : void
export function mouseClick(button?: string, double?: boolean) : void
export function mouseToggle(down?: string, button?: 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 getMousePos(): { x: number, y: number }
Expand Down

0 comments on commit f9b2284

Please sign in to comment.