| 170 | } |
| 171 | |
| 172 | void GuiDecoyCtrl::onMouseEnter(const GuiEvent &event) |
| 173 | { |
| 174 | if ( !mVisible || !mAwake ) |
| 175 | return; |
| 176 | |
| 177 | setUpdate(); |
| 178 | Con::executef( this , "onMouseEnter" ); |
| 179 | mMouseOver = true; |
| 180 | } |
| 181 | |
| 182 | void GuiDecoyCtrl::onMouseLeave(const GuiEvent &event) |
| 183 | { |