-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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")
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels