MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / Set

Method Set

src/ui/ui_config.cpp:925–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923
924 virtual bool Get(void* ptr, Rml::Variant& variant) override { variant = reinterpret_cast<recomp::InputField*>(ptr)->to_string(); return true; }
925 virtual bool Set(void* ptr, const Rml::Variant& variant) override { return false; }
926 };
927 // Static instance of the InputField variable definition to have a pointer to return to RmlUi.
928 static InputFieldVariableDefinition input_field_definition_instance{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected