From f747ef7214dfbc4dd1d42164283c17e106680171 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sat, 21 Mar 2026 22:29:45 -0700 Subject: [PATCH] Update libGDX to 1.14.0 and Clojure to 1.11.3 --- project.clj | 6 +++--- src/play_clj/core_listeners.clj | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index cace5be..df0afaa 100755 --- a/project.clj +++ b/project.clj @@ -3,9 +3,9 @@ :url "https://github.com/oakes/play-clj" :license {:name "Public Domain" :url "http://unlicense.org/UNLICENSE"} - :dependencies [[com.badlogicgames.gdx/gdx "1.14.1"] - [com.badlogicgames.gdx/gdx-box2d "1.14.1"] - [com.badlogicgames.gdx/gdx-bullet "1.14.1"] + :dependencies [[com.badlogicgames.gdx/gdx "1.14.0"] + [com.badlogicgames.gdx/gdx-box2d "1.14.0"] + [com.badlogicgames.gdx/gdx-bullet "1.14.0"] [org.clojure/clojure "1.11.3"]] :repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases/"]] diff --git a/src/play_clj/core_listeners.clj b/src/play_clj/core_listeners.clj index d8ff3f3..7d311e8 100755 --- a/src/play_clj/core_listeners.clj +++ b/src/play_clj/core_listeners.clj @@ -30,6 +30,8 @@ false) (touchUp [this sx sy p b] (execute-fn! on-touch-up {:input-x sx :input-y sy :pointer p :button b}) + false) + (touchCancelled [this sx sy p b] false))) (defmacro input-processor!