Open MrcSnm opened 10 months ago
The timer is only available if extern(Objective-C) is.... so upstream problem with ldc.
An implementation using the XQuartz backend could be possible, it'd probably need to be built on select() timeouts.
Might also simply be able to version out the Timer use in minigui, i believe that instance is for scrolling text when you drag off the top of the window, which would be annoying to not have but you can get by without it.
Actually.... porting that basic thing over to the arsd.core kqueue event loop might also be a solution, I need to do that eventually anyway.
When using LDC 1.36.0, on OSX, I've got: