| 180 | } |
| 181 | |
| 182 | void GuiDecoyCtrl::onMouseLeave(const GuiEvent &event) |
| 183 | { |
| 184 | if ( !mVisible || !mAwake ) |
| 185 | return; |
| 186 | |
| 187 | setUpdate(); |
| 188 | Con::executef( this , "onMouseLeave" ); |
| 189 | mMouseOver = false; |
| 190 | } |
| 191 | |
| 192 | bool GuiDecoyCtrl::onMouseWheelUp( const GuiEvent &event ) |
| 193 | { |