# HG changeset patch # User Mike Becker # Date 1750703901 -7200 # Node ID bc9d29ad6c60eee316d5fdb30aae29c9fcac04d2 # Parent 3628cc3c04831ff8838c1abc8ff06b298e1bd5a1 add TODO for reducing size of AscInput diff -r 3628cc3c0483 -r bc9d29ad6c60 src/ascension/input.h --- 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()