Motoko::Lua Namespace Reference

Lua functions. More...


Functions

DLLAPI void RegisterMotoko (void)
 This function register in LUA some functions of Motoko.
DLLAPI void Register (const char *name, lua_CFunction func)
 This function register a C function.
DLLAPI void ExecString (const char *str)
 This function execute a lua script stored in a string.
DLLAPI void ExecFile (const char *file)
 This function execute a lua script stored in a file.
DLLAPI void ExecFile (const char *file, const char *fileDPF)
 This function execute a lua script stored in a file.
bool SDLKeyUpEvent (void *control, SDL_KeyboardEvent &event)
 Key up event function.
bool SDLKeyDownEvent (void *control, SDL_KeyboardEvent &event)
 Key down event function.
bool SDLMouseMotionEvent (void *control, SDL_MouseMotionEvent &event)
 Mouse motion event function.
void SDLMouseButtonUpEvent (void *control, SDL_MouseButtonEvent &event)
 Mouse button up event function.
void SDLMouseButtonDownEvent (void *control, SDL_MouseButtonEvent &event)
 Mouse button down event function.
void SDLDoubleClickEvent (void *control)
 Double click event function.


Detailed Description

Lua functions.
Generated on Mon Jul 17 18:33:50 2006 for Motoko by  doxygen 1.4.7