Skip to content

Commit

Permalink
Minor doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Apr 23, 2024
1 parent c7a8da7 commit a1b2e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dn/heaps/input/Controller.hx
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ class Controller<T:Int> {
/**
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 {
Expand Down

0 comments on commit a1b2e27

Please sign in to comment.