The property for which the value is returned by this macro is list of mouse buttons that were depressed when the event occurred, which is equal to ^$Event("PSTATE").
Event | Value of %%EvPtrButton | Value of %%EvPtrState |
---|---|---|
ptrDown | "PB1" | "PB1" |
ptrUp | "PB1" | |
ptrDown | "PB3" | "PB3" |
ptrUp | "PB3" | |
ptrDown | "PB1" | "PB1" |
ptrDown | "PB3" | "PB1,PB3" |
ptrUp | "PB1" | "PB3" |
ptrUp | "PB3" | |
ptrDown | "PB1" | "PB1" |
ptrDown | "PB3" | "PB1,PB3" |
ptrUp | "PB3" | "PB1" |
ptrUp | "PB1" | |