LRaspi  2022.1
A Lua Player for Rasberry Pi
laux.h File Reference
#include "lua.h"
#include "lauxlib.h"

Go to the source code of this file.

Macros

#define LRASPI_SCREENMODULE   "screen"
 
#define LRASPI_FONTMODULE   "font"
 
#define LRASPI_COLOURMODULE   "colour"
 
#define LRASPI_DRAWMODULE   "draw"
 
#define LRASPI_IMAGEMODULE   "image"
 
#define LRASPI_TFONT   "font"
 
#define LRASPI_TCOLOUR   "colour"
 
#define LRASPI_TIMAGE   "image"
 

Functions

void lraspi_openlibs (lua_State *L)
 Opens default LRaspi libraries. More...
 
void lraspi_dofile (lua_State *L, const char *path)
 Opens a lua file. More...
 
void lraspi_newobject (lua_State *L, const char *objname, const luaL_Reg methods[])
 Creates a new metatable that represents an object. More...