openMSX
|
Typedefs | |
using | EventPtr = std::shared_ptr< const Event > |
Functions | |
EventPtr | createInputEvent (const TclObject &str, Interpreter &interp) |
EventPtr | createInputEvent (std::string_view str, Interpreter &interp) |
using openmsx::InputEventFactory::EventPtr = typedef std::shared_ptr<const Event> |
Definition at line 15 of file InputEventFactory.hh.
EventPtr openmsx::InputEventFactory::createInputEvent | ( | const TclObject & | str, |
Interpreter & | interp | ||
) |
Definition at line 253 of file InputEventFactory.cc.
References openmsx::TclObject::getListIndex(), openmsx::TclObject::getListLength(), openmsx::TclObject::getString(), and StringOp::startsWith().
Referenced by createInputEvent(), and openmsx::AfterCommand::execute().
EventPtr openmsx::InputEventFactory::createInputEvent | ( | std::string_view | str, |
Interpreter & | interp | ||
) |
Definition at line 283 of file InputEventFactory.cc.
References createInputEvent().