From a1b2e276bc24ebbbe321d83032f58edad1dea281 Mon Sep 17 00:00:00 2001 From: Sebastien Benard Date: Tue, 23 Apr 2024 12:00:52 +0200 Subject: [PATCH] Minor doc --- src/dn/heaps/input/Controller.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dn/heaps/input/Controller.hx b/src/dn/heaps/input/Controller.hx index e73d2bc..b86cdc5 100644 --- a/src/dn/heaps/input/Controller.hx +++ b/src/dn/heaps/input/Controller.hx @@ -662,7 +662,7 @@ class Controller { /** Return the first binding visual representation of given Action. If no binding is found, an empty h2d.Flow is returned. @param action The action to lookup - @param ctrlType Optionally, only show the binding associated with the given controller type + @param ctrlType (Keyboard or Gamepad) Optionally, only show the binding associated with the given controller type @param parent Optional display object to add the icon to. **/ public function getFirstBindindIconFor(action:T, ?ctrlType:ControllerType, ?parent:h2d.Object) : h2d.Flow {