Go to the source code of this file.
|
local function | color (c) |
|
local function | clear (c) |
|
local function | rect (mode, x, y, width, height) |
|
local function | text (x, y, text) |
|
local function | font (name, size) |
|
local function | line (x1, y1, x2, y2) |
|
local function | install (std, lgame, application, ginga) |
|
◆ clear()
local function clear |
( |
c | | ) |
|
◆ color()
local function color |
( |
c | | ) |
|
◆ font()
local function font |
( |
name | , |
|
|
size | ) |
◆ install()
◆ line()
local function line |
( |
x1 | , |
|
|
y1 | , |
|
|
x2 | , |
|
|
y2 | ) |
◆ rect()
local function rect |
( |
mode | , |
|
|
x | , |
|
|
y | , |
|
|
width | , |
|
|
height | ) |
◆ text()
local function text |
( |
x | , |
|
|
y | , |
|
|
text | ) |
◆ math