Mon, 23 Jun 2025 20:38:21 +0200
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()