winit does not support several aspects of feather that we want to implement, because it obscures features of the host operating system that we need access to, such as the raw message pump, and the UI sync object. We should implement our own message and input handling code for each platform, although we can use winit as a reference if needed.
winit does not support several aspects of feather that we want to implement, because it obscures features of the host operating system that we need access to, such as the raw message pump, and the UI sync object. We should implement our own message and input handling code for each platform, although we can use winit as a reference if needed.