KJB
KJB
For the second option, I can confirm that the following works (although it adds two new warnings about react-addons peer deps, but maybe on a fresh clone it wouldn't): ```json...
Also applies to Linux btw, hadn't realized before.
It's funny you bring up `FONT_DEFAULT`, because that was the method I had been using originally when I first saw this issue. I avoided using it in the example to...
Thanks, that's good to know. I'll have to do my calculations a bit differently because I'm tweening the width in my project, not the height, but that should definitely help!...
Also I'm not sure about the `drawFrame()` workaround because in the original context that should be called many times during tweening, right? E.g. this doesn't work (i.e. the position is...
Huh, I just had this on windows/debug (wrong height) vs flash/debug, with Georgia Bold, on flixel 4.1.1. The height came out way higher than it should've been, in the hundreds...
The old recording system is broken anyway, pending my PR. Wouldn't it be most sensible to have `pressed` be a boolean all by itself, indicating the plain current state (which,...
In fact, maybe it would make sense to have an enum like this (for the five above combos that do happen): ``` justPressed stillPressed justPressedAndReleased justReleased notPressed ``` This could...
OK, fair enough. You did put up a gist, I referred to it (without a link)...or do you mean something else? I guess then I would still propose 3 bools...
Regarding your initial issue, though, I wonder if it's something with `FlxButton` in particular. To me that class always seemed a bit strange, since it uses OpenFL event handling but...