Luis Thiam-Nye

Results 2 comments of Luis Thiam-Nye

What would the cross-platform API look like? The way it seems to me is that in X11 you have to provide a specific window type, whereas macOS and Windows allow...

You may be able to access a range of additional cursors using private methods of NSCursor: https://stackoverflow.com/questions/27242353/cocoa-predefined-resize-mouse-cursor Also, from the Chromium source, these look relevant: https://github.com/chromium/chromium/blob/main/ui/base/cocoa/cursor_utils.mm https://github.com/chromium/chromium/commit/146be2e5165365b500fd573769c4fb53343d6276 Granted I have...