SO3Engine
|
Go to the source code of this file.
Functions | |
int | SO3BitmapWidgetCreate (mmachine m) |
main include | |
int | SO3BitmapWidgetCreateBackground (mmachine m) |
SO3BitmapWidgetCreateBackground : Create a new bitmap widget on background. | |
int | SO3BitmapWidgetCreateOnMaterial (mmachine m) |
SO3BitmapWidgetCreateOnMaterial : Set a texture bitmap on a material. | |
int | SO3BitmapWidgetBlit (mmachine m) |
SO3BitmapWidgetBlit : Blit a scol objBitmap on a "Bitmap Widget". | |
int | SO3BitmapWidgetBlitAlpha (mmachine m) |
SO3BitmapWidgetBlitAlpha : Blit a scol AlphaBitmap on a "Bitmap Widget". | |
int | SO3BitmapWidgetBlitBuffer (mmachine m) |
SO3BitmapWidgetBlitBuffer : Blit a scol buffer on a "Bitmap Widget". | |
int | SCOLloadBitmapWidget (mmachine m, cbmachine w) |
Load the SO3Engine Bitmap widget function. | |
int | SCOLfreeBitmapWidget () |
free the SO3Engine Bitmap widget function | |
Variables | |
NativeDefinition | natSO3BmpWidget [] |
int SCOLfreeBitmapWidget | ( | ) |
free the SO3Engine Bitmap widget function
m | : The VM |
Definition at line 585 of file SCOLBitmapWidget.cpp.
int SCOLloadBitmapWidget | ( | mmachine | m, |
cbmachine | w | ||
) |
Load the SO3Engine Bitmap widget function.
m | : The VM |
w | : The Callback VM |
Definition at line 575 of file SCOLBitmapWidget.cpp.
NativeDefinition natSO3BmpWidget[] |
Definition at line 560 of file SCOLBitmapWidget.cpp.