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

@@ -1,7 +1,7 @@
(ns play-clj.core
(:require [clojure.set :as set]
[play-clj.utils :as utils])
(:import [com.badlogic.gdx Game Gdx Input$Keys Screen]
(:import [com.badlogic.gdx Game Gdx Screen]
[com.badlogic.gdx.graphics Camera Color GL20 OrthographicCamera
PerspectiveCamera Texture]
[com.badlogic.gdx.graphics.g2d Animation BitmapFont SpriteBatch