From a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 26 Oct 2025 21:38:22 -0700 Subject: Checkpoint two --- .../src/commonMain/kotlin/coffee/liz/ecs/input/Controlled.kt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composeApp/src/commonMain/kotlin/coffee/liz/ecs/input/Controlled.kt') diff --git a/composeApp/src/commonMain/kotlin/coffee/liz/ecs/input/Controlled.kt b/composeApp/src/commonMain/kotlin/coffee/liz/ecs/input/Controlled.kt index 8c54bfe..ddda2d6 100644 --- a/composeApp/src/commonMain/kotlin/coffee/liz/ecs/input/Controlled.kt +++ b/composeApp/src/commonMain/kotlin/coffee/liz/ecs/input/Controlled.kt @@ -2,6 +2,9 @@ package coffee.liz.ecs.input import coffee.liz.ecs.Component -interface Controlled: Component { +/** + * Processes the [InputState]. + */ +fun interface Controlled : Component { fun handleInput(inputState: InputState) -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2