| 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) {} |
no outgoing calls
no test coverage detected