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

Fix mouse wheel scrolling not working on FlxInputText #3244

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

Starmapo
Copy link
Contributor

Like the title says, this fixes the input text not scrolling when using the mouse wheel on it. This can be seen with just a regular text input object with multiline enabled:

var text = new FlxInputText(5, 5, FlxG.width - 20, "Hello world!", 16);
text.fieldHeight = 44;
text.multiline = true;
add(text);

I also added a comment with information on the fix.

@Geokureli Geokureli merged commit 51ecb44 into HaxeFlixel:dev Aug 24, 2024
11 checks passed
@Geokureli
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants