laf icon indicating copy to clipboard operation
laf copied to clipboard

A C++ library to create desktop applications

Results 23 laf issues
Sort by recently updated
recently updated
newest added

I've found that when a laf client calls os::queue_event(ev) on macOS there is a chance that the event is not processed until some other OS event "wakes up" the queue....

Building laf, as part of building Aseprite 1.3.8.1, fails when using the macOS 15.0 deployment target, which is the default when building on macOS 15: ``` laf/os/osx/system.mm:118:22: error: 'CGDisplayCreateImageForRect' is...

Fix tablet detection system by checking for device axes instead of string comparison.

needs different approach