Home
last modified time | relevance | path

Searched defs:MoviePlay (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DMovie.cpp550 void MoviePlay(PyMOLGlobals * G, int cmd) in MoviePlay() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DConsoleWrapper.cpp546 …DllExport void __stdcall MoviePlay(char* filename) { MovieManager::Play(string(filename), _console… in MoviePlay() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs120 …[DllImport(DLLPath)] public static extern void MoviePlay([MarshalAs(UnmanagedType.CustomMarshaler,… in MoviePlay() method in Mesen.GUI.InteropEmu