View Single Post
  #9  
Old 02-20-2010, 07:06 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by cbk1994 View Post
I'm 99% certain onMouseDown() is just short name for the GraalControl.onMouseDown() event.
It returns completely different parameters(first is "left", "double", "middle", or "right". Second is key modifier, for like holding ctrl and such... I think.). While GUI.onMouseDown() returns about 4 params, including the position of the click in the gui.

Last edited by DustyPorViva; 02-20-2010 at 07:38 AM..
Reply With Quote