Go to the source code of this file.
◆ draw_callback_update()
void draw_callback_update |
( |
lua_State * | L, |
|
|
int | callback ) |
◆ draw_library_install()
void draw_library_install |
( |
lua_State * | L | ) |
|
◆ native_draw_clear()
static int native_draw_clear |
( |
lua_State * | L | ) |
|
|
static |
- Parameters
-
Definition at line 16 of file draw.c.
◆ native_draw_color()
static int native_draw_color |
( |
lua_State * | L | ) |
|
|
static |
- Parameters
-
Definition at line 28 of file draw.c.
◆ native_draw_flush()
static int native_draw_flush |
( |
lua_State * | L | ) |
|
|
static |
Definition at line 8 of file draw.c.
◆ native_draw_image()
static int native_draw_image |
( |
lua_State * | L | ) |
|
|
static |
- Parameters
-
[in] | source | string |
[in] | x | double |
[in] | y | double |
Definition at line 88 of file draw.c.
◆ native_draw_line()
static int native_draw_line |
( |
lua_State * | L | ) |
|
|
static |
- Parameters
-
[in] | x1 | double |
[in] | y1 | double |
[in] | x2 | double |
[in] | y2 | double |
Definition at line 67 of file draw.c.
◆ native_draw_rect()
static int native_draw_rect |
( |
lua_State * | L | ) |
|
|
static |
- Parameters
-
[in] | mode | int |
[in] | x | double |
[in] | y | double |
[in] | width | double |
[in] | height | double |
Definition at line 44 of file draw.c.
◆ native_draw_start()
static int native_draw_start |
( |
lua_State * | L | ) |
|
|
static |
Definition at line 3 of file draw.c.