8000 Missing set of mouse position variables · Issue #1 · angel333/infinimouse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Missing set of mouse position variables #1
Open
@DigitalIQ

Description

@DigitalIQ

Regarding the Error:

DllCall("user32.dll", "bool", "SetCursorPos", "int", $X_MAX - 1, "int", $Y)
DllCall("user32.dll", "bool", "SetCursorPos", "int", $X_MAX - 1, "int", ^ ERROR

You forgot to set the following variables $X and $Y.

$X = $Pos[0]
$Y = $Pos[1]

$Pos[] holds the actual mouse position. So if you could just insert the setting in line 122 (for example).
Like:
image

Thanks! Cool script just by the way 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0