Brad Allred
Brad Allred
Wouldn't that just take us back to not having any of the functionality exposed? e.g. will I be able to call `isWithinRadius()` externally on an object that is privately inherited?...
Remind me what this is supposed to do?
that just sounds like shift+click to me. how is it different?
I just fixed that when I commented :)
What sort of callback capabilities do we have to know the scroll is complete? I wasn't aware of any existing.
subviews branch has an `AnimationEndEventHandler` in `TextArea` that could be used to call `PerformAction` for some newly defined action you could attach to in Python. I know nothing in master...
ah, I've forgotten about our timed event callback. Should work in a pinch... except if there is a replay button. unless there is some way of canceling a timed callback?...
there is also [Octane](https://github.com/mdavisprog/OctaneGUI#Support), which looks to be lightweight and featureful enough.
``` ================== WARNING: ThreadSanitizer: data race (pid=35737) Write of size 1 at 0x7ba40000eb11 by main thread: #0 GemRB::ResourceManager::GetResource(char const*, GemRB::TypeID const*, bool, bool) const ResourceManager.cpp:137 (libgemrb_core.dylib:x86_64+0x2a4ef9) #1 GemRB::Holder GemRB::GetResourceHolder(char const*,...
`thread_local` could work _if_ it weren't a member of `core`. Of course this definition of "work" is kind of a hack in and of itself because it wouldn't work if...