2 std.key.press.up = love.wiimote.isDown(0,
'up') and 1 or 0
3 std.key.press.down = love.wiimote.isDown(0,
'down') and 1 or 0
4 std.key.press.left = love.wiimote.isDown(0,
'left') and 1 or 0
5 std.key.press.right = love.wiimote.isDown(0,
'right') and 1 or 0
6 std.key.press.red = love.wiimote.isDown(0,
'a') and 1 or 0
7 std.key.press.green = love.wiimote.isDown(0,
'b') and 1 or 0
8 std.key.press.yellow = love.wiimote.isDown(0,
'1') and 1 or 0
9 std.key.press.blue = love.wiimote.isDown(0,
'2') and 1 or 0
10 std.key.press.enter = love.wiimote.isDown(0,
'+') and 1 or 0
16 local old_update = love.update
17 love.update = function(dt)
22 love.update = function(dt)
local function install(std, lgame, application, ginga)
local function update(dt, std)