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

Method input_key_callback

src/GUIStuff/Elements/Element.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 input_mouse_motion_callback(InputManager::convert_finger_motion_to_mouse_motion(motion));
41 }
42 void Element::input_key_callback(const InputManager::KeyCallbackArgs& key) {}
43 std::optional<InputManager::TextBoxStartInfo> Element::get_text_box_start_info() { return std::nullopt; }
44
45 void Element::clay_draw(SkCanvas* canvas, UpdateInputData& io, Clay_RenderCommand* command, bool skiaAA) {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected