Ian Kettlewell
Ian Kettlewell
Presently neither Windows or Web issue MainEventsCleared. This is an inconsistency that makes it hard to use the event.
The `events_mac` file expands with `cargo expand` to ~3300 lines due to macros when the non-expanded version is ~660 lines. I partially began a transition away from using the `objc`...
Simply wiggling a mouse while `kapp` is launching causes the window to launch without focus requiring an alt-tab. Makepad's version of the fix is here: https://github.com/makepad/makepad/blob/master/render/src/cx_cocoa.rs#L225 Winit's version of the...
The NSView class used in the Window needs to be overridden to implement: `acceptsFirstMouse:`. See Apple docs here: https://developer.apple.com/documentation/appkit/nsview/1483410-acceptsfirstmouse?language=objc
To reproduce create a window and move the cursor in and out over the lower right corner.
Presently it's annoying to work with timestamps on events as there's no frame of reference to compare them to. There should be a mechanism to get the current timestamp. It...
The following properties need a function call to change them: * Title * Minimum Size * Resizable And potentially other properties?
Right now it’s very easy to click, move the mouse outside the canvas, release, and return never receiving a mouse up event.