View Single Post
  #1  
Old 02-19-2010, 11:15 PM
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
onMouseDownGlobal() {}

The equivalent of onMouseDown(), but works globally(just like leftmousebuttonglobal and the others), in terms of GUI's capturing mouse clicks. For example, if I have a GUIcontrol in use for a HUD, but typically can not be interacted with by the mouse, it will break onMouseDown if the player clicks on the screen over top of that. Sometimes this can be detrimental to mouse controls.
Reply With Quote