var/list/P=params2list(params)
if(P["middle"])
//Blah, blah, blah.
How should I do the if(P["middle"]) thing?
EDIT: Also, when I tried using DblClick() as an alternative, middle clicking would set it off. Normal?
ID:163007
![]() Oct 25 2007, 12:35 pm (Edited on Oct 25 2007, 1:19 pm)
|
|
So, I'm trying out parameters for pretty much the first time. I'm trying out the mouse parameters, and I can't figure out how to check if a parameter is 1 or not. Something like...
var/list/P=params2list(params) How should I do the if(P["middle"]) thing? EDIT: Also, when I tried using DblClick() as an alternative, middle clicking would set it off. Normal? |
![]() Oct 26 2007, 4:09 pm
|
|
Bump, I still need help.
|