some window moving

This commit is contained in:
Eduardo Bart
2012-02-06 22:41:53 -02:00
parent 08a88e3842
commit 46df3c7dbe
43 changed files with 165 additions and 51 deletions

View File

@@ -1,4 +1,4 @@
function scheduleEvent(func, delay)
function scheduleEvent(callback, delay)
local event = g_dispatcher.scheduleEvent(callback, delay)
-- must hold a reference to the callback, otherwise it would be collected

View File

@@ -1 +1 @@
Color = {}
Color = {}

View File

@@ -1 +1 @@
Point = {}
Point = {}

View File

@@ -1 +1 @@
Rect = {}
Rect = {}

View File

@@ -1 +1 @@
Size = {}
Size = {}