Quote:
Originally Posted by The_Kez
Just a quick question -
Using the function obj.onSelect on a text list, is there any way to check which mouse button was pressed (left or right)?
i.e Using the default f7 playerlist, right clicking brings up a new text list, left clicking does not.
Thanks for the help. =)
|
PHP Code:
function obj.onSelect() {
GraalControl.showtop();
GraalControl.makefirstresponder(true);
if (rightmousebutton) {
// blah
}
}
Sorry for not helping you on N-Pulse earlier.