MCPcopy Create free account
hub / github.com/MyGUI/mygui / callFunction

Method callFunction

Plugins/Plugin_HikariWidget/FlashControl.cpp:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258FlashValue FlashControl::callFunction(MyGUI::UString funcName, const Arguments& args)
259{
260 BSTR returnVal = 0;
261 flashInterface->raw_CallFunction(_bstr_t(serializeInvocation(funcName, args).c_str()), &returnVal);
262
263 return deserializeValue((wchar_t*)returnVal);
264}
265
266void FlashControl::injectMouseMove(int xPos, int yPos)
267{

Callers

nothing calls this directly

Calls 3

serializeInvocationFunction · 0.85
deserializeValueFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected