BitmapToolkit Scol plugin
|
Go to the source code of this file.
Functions | |
SCOL_EXPORT int | ScolLoadPlugin (mmachine m, cbmachine w) |
Starting point of the DLL Function to add in Scol usm.ini for loading dll. | |
SCOL_EXPORT int | ScolUnloadPlugin () |
Ending point of the DLL Function to add in Scol usm.ini for free dll. | |
SCOL_EXPORT void | ScolPauseWindowPlugin (mmachine m) |
Activity lose focus in android. | |
SCOL_EXPORT void | ScolResumeWindowPlugin (mmachine m) |
Activity regain focus in android. | |
Variables | |
cbmachine | ww |
Scol machine declaration for MM macros. | |
mmachine | mm |
SCOL_EXPORT int ScolLoadPlugin | ( | mmachine | m, |
cbmachine | w | ||
) |
Starting point of the DLL Function to add in Scol usm.ini for loading dll.
Definition at line 58 of file PluginBT.cpp.
SCOL_EXPORT void ScolPauseWindowPlugin | ( | mmachine | m | ) |
Activity lose focus in android.
Definition at line 95 of file PluginBT.cpp.
SCOL_EXPORT void ScolResumeWindowPlugin | ( | mmachine | m | ) |
Activity regain focus in android.
Definition at line 114 of file PluginBT.cpp.
SCOL_EXPORT int ScolUnloadPlugin | ( | ) |
Ending point of the DLL Function to add in Scol usm.ini for free dll.
Definition at line 81 of file PluginBT.cpp.
mmachine mm |
Definition at line 49 of file PluginBT.cpp.
cbmachine ww |
Scol machine declaration for MM macros.
Definition at line 48 of file PluginBT.cpp.