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

Function get_string_input

plugins/uicommon.h:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189static inline char get_string_input(const std::set<df::interface_key> *input)
190{
191 return DFHack::Screen::keyToChar(get_string_key(input));
192}
193
194/*
195 * Utility Functions

Callers

nothing calls this directly

Calls 1

get_string_keyFunction · 0.85

Tested by

no test coverage detected