flixel-ui icon indicating copy to clipboard operation
flixel-ui copied to clipboard

GUI library for HaxeFlixel

Results 58 flixel-ui issues
Sort by recently updated
recently updated
newest added

Within `addIcon()`, it sets the key to a new string using it's own string. Because it combines the strings, the string continually grows in length when refreshing the sprite. ```...

Some Android browsers can not type in text input fields. I leveraged `window.onTextInput` to detect text changes and refactored code to remove redundancies and improve performance. Some mobile targets also...

It looks like FlxUIPopup was expecting one of the event paramters in `getEvent` to be either "affirm", "cancel" or "alt" but that never happens (even the default_popup.xml file never mentions...

FlxInputText is not getting focus if the camera (gCamera) zoom is not 1. The FlxInputText is in other camera (uiCamera) without zoom, but it seems to get affected by the...

Bug

I've encountered a strange issue where no characters _except_ for numbers will enter or display in FlxInputText fields when using a Chromium-based browser on Android. [TextDemo.zip](https://github.com/HaxeFlixel/flixel-ui/files/13731202/TextDemo.zip) I've attached a sample...

the caret does not go below the first line when there are multiple lines, when clicking the box to move the caret it will only go to the correct x...

https://github.com/HaxeFoundation/haxe/issues/11219 This is a haxe issue, not a flixel issue. Will close upon release

I was having trouble finding out how some of it parameters work because there isn't documentation and the variable names aren't much intuitive. Also, I can't do the comments myself....

Improvement