| 187 | } |
| 188 | |
| 189 | static 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 |
nothing calls this directly
no test coverage detected