Make is-pressed? work with all keys

This commit is contained in:
oakes
2014-01-09 22:46:57 -05:00
parent 9bb4f0a1e4
commit f631626060
4 changed files with 34 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
(defmacro style
[type & options]
`(~(symbol (str utils/gdx-package "scenes.scene2d.ui."
`(~(symbol (str utils/gdx-package ".scenes.scene2d.ui."
(utils/key->class type) "$"
(utils/key->class type) "Style."))
~@options))