1#ifndef INPUTEVENTFACTORY_HH
2#define INPUTEVENTFACTORY_HH
12namespace InputEventFactory
14 [[nodiscard]] Event
createInputEvent(std::string_view str, Interpreter& interp);
15 [[nodiscard]] Event
createInputEvent(
const TclObject& str, Interpreter& interp);
This file implemented 3 utility functions: