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

Function send_key

plugins/dwarfmonitor.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125static void send_key(const df::interface_key &key)
126{
127 set< df::interface_key > keys;
128 keys.insert(key);
129 Gui::getCurViewscreen(true)->feed(&keys);
130}
131
132static void move_cursor(df::coord &pos)
133{

Callers 3

feedMethod · 0.85
feedMethod · 0.85
feedMethod · 0.85

Calls 2

insertMethod · 0.45
feedMethod · 0.45

Tested by

no test coverage detected