Skip to content

Wrong offset #8

@strawberries-cherries

Description

@strawberries-cherries

The last offset looks wrong in WindowsHookEx.ahk

class PMSLLHOOKSTRUCT {
    __New(lParam) => this.Ptr := lParam
    pt => NumGet(this.Ptr, "int64")
    x => NumGet(this.Ptr, "int")
    y => NumGet(this.Ptr, 4, "int")
    mouseData => NumGet(this.Ptr, 8, "uint")
    flags => NumGet(this.Ptr, 12, "uint")
    time => NumGet(this.Ptr, 16, "uint")
    dwExtraInfo => NumGet(this.Ptr, 24, "ptr")
}

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