Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Jun 4, 2024
1 parent 79e305a commit cf591b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dn/heaps/input/Controller.hx
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,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 (Keyboard or Gamepad) Optionally, only show the binding associated with the given controller type
@param suffix specificy a suffix for the icon to use (ie. "tiny")
@param parent Optional display object to add the icon to.
**/
public function getFirstBindindIconFor(action:T, ?ctrlType:ControllerType, ?suffix:String, ?parent:h2d.Object) : h2d.Flow {
Expand Down

0 comments on commit cf591b7

Please sign in to comment.