| 2303 | //----------------------------------------------------------------------------- |
| 2304 | |
| 2305 | bool GuiControl::isMouseLocked() |
| 2306 | { |
| 2307 | GuiCanvas *root = getRoot(); |
| 2308 | return root ? root->getMouseLockedControl() == this : false; |
| 2309 | } |
| 2310 | |
| 2311 | //----------------------------------------------------------------------------- |
| 2312 |
no test coverage detected