Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md: fixed docs of FlxUICheckBox #287

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

giuppe
Copy link
Contributor

@giuppe giuppe commented Oct 25, 2024

This is about the docs of FlxUICheckBox in the readme file:

  • the descriptions for the arguments check_src and box_src were swapped;
  • the click event was reported as click_checkbox but it really is click_check_box:
    public static inline var CLICK_EVENT:String = "click_check_box";
  • the params of the click_check_box event was described as a single string in the form checked:true while it really is an object of type {name:String, value:Bool} (an FlxUI.NamedBool):
    var nb:NamedBool = {name: "checked", value: false};

@Geokureli Geokureli merged commit cb9d5db into HaxeFlixel:dev Oct 28, 2024
10 checks passed
@Geokureli
Copy link
Member

thanks!

@giuppe giuppe deleted the patch-1 branch October 28, 2024 14:51
@Geokureli Geokureli added this to the 2.6.2 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants