mac: apple doesn't give us a reliable way to check if events are pending but we have to do the nextEventMatching trick anyways because the alternating pending implementation breaks opengl.
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-03-05 22:52:25 -07:00
commit 306f791641
2 changed files with 1 additions and 12 deletions

View file

@ -79,7 +79,7 @@
MwLL parent;
MilskoFakePointer *handle;
NSUInteger strHash;
MwBool pendingTicker;
NSEvent *lastEvent;
}
+ (MilskoCocoa *)newWithParent:(MwLL)parent