MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / input_text_key_callback

Method input_text_key_callback

src/World.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void World::input_text_key_callback(const InputManager::KeyCallbackArgs& key) {
297 if(!clientStillConnecting)
298 drawProg.input_text_key_callback(key);
299}
300
301void World::input_text_callback(const InputManager::TextCallbackArgs& text) {
302 if(!clientStillConnecting)

Callers 2

set_key_downMethod · 0.45
set_key_upMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected