| 2318 | //----------------------------------------------------------------------------- |
| 2319 | |
| 2320 | bool GuiControl::isMouseLocked() |
| 2321 | { |
| 2322 | GuiCanvas *root = getRoot(); |
| 2323 | return root ? root->getMouseLockedControl() == this : false; |
| 2324 | } |
| 2325 | |
| 2326 | //----------------------------------------------------------------------------- |
| 2327 |
no test coverage detected