add TODO for reducing size of AscInput

Mon, 23 Jun 2025 20:38:21 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 23 Jun 2025 20:38:21 +0200
changeset 164
bc9d29ad6c60
parent 163
3628cc3c0483
child 165
590a9e822b6b

add TODO for reducing size of AscInput

src/ascension/input.h file | annotate | diff | comparison | revisions
--- a/src/ascension/input.h	Sun Jun 22 11:36:37 2025 +0200
+++ b/src/ascension/input.h	Mon Jun 23 20:38:21 2025 +0200
@@ -53,6 +53,9 @@
     unsigned mouse_window;
     /**
      * State of the keys.
+     *
+     * TODO: reduce this to a reasonable size
+     *
      * @see asc_key_pressed()
      * @see asc_key_released()
      * @see asc_key_down()

mercurial