lua hotkeys system

This commit is contained in:
Eduardo Bart
2012-01-07 18:00:07 -02:00
parent c4b2dd18d6
commit 060d8740f5
13 changed files with 320 additions and 69 deletions

View File

@@ -20,6 +20,8 @@ MainWindow
id: optionsWindow
title: Options
size: 286 140
@onEnter: Options.hide()
@onEscape: Options.hide()
OptionCheckBox
id: vsync
@@ -45,4 +47,4 @@ MainWindow
anchors.bottom: parent.bottom
margin-right: 10
margin-bottom: 10
@onClick: self:getParent():destroy()
@onClick: Options.hide()