MCPcopy Create free account
hub / github.com/DFHack/dfhack / getCurFocus

Function getCurFocus

library/include/modules/Gui.h:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 }
225
226 inline std::vector<std::string> getCurFocus(bool skip_dismissed = false) {
227 return getFocusStrings(getCurViewscreen(skip_dismissed));
228 }
229
230 /// get the size of the window buffer
231 DFHACK_EXPORT bool getWindowSize(int32_t & width, int32_t & height);

Callers 4

keybindingMethod · 0.85
gui_getCurFocusFunction · 0.85
cleanupHotkeysFunction · 0.85
listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected