| 31 | Control::~Control() { unloadResources(); } |
| 32 | |
| 33 | bool Control::isFocused() const |
| 34 | { |
| 35 | // FIXME: Need to think of a method of 'sharing' focus across multiple forms/non-form active |
| 36 | // areas |
| 37 | return false; |
| 38 | } |
| 39 | |
| 40 | void Control::resolveLocation() |
| 41 | { |
no outgoing calls
no test coverage detected