MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / isFocused

Method isFocused

forms/control.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31Control::~Control() { unloadResources(); }
32
33bool 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
40void Control::resolveLocation()
41{

Callers 4

eventOccurredMethod · 0.45
eventOccurredMethod · 0.45
eventOccurredMethod · 0.45
eventOccurredMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected