winit/src
Mads Marquart 674657efb6
Partially replace custom AppKit bindings with icrate's autogenerated bindings (#2982)
* Refactor winit-specific cursor logic out of appkit module

* Add relevant AppKit features that we depend on

* Use icrate's NSImageRep and NSBitmapImageRep

* Use icrate's NSImage

* Use icrate's NSCursor

* Use icrate's NSAppearance

* Use icrate's NSScreen

* Use icrate's NSButton

* Use icrate's NSAppKitVersionNumber

* Use icrate's NSTextInputContext

* Use icrate's NSColor

* Use icrate's NSEvent

* Use icrate's NSMenu and NSMenuItem

* Use icrate's NSPasteboard

* Use icrate's NSResponder

* Use icrate's NSTextInputClient

* Use icrate's NSView
2023-12-23 20:58:38 +01:00
..
platform Partially replace custom AppKit bindings with icrate's autogenerated bindings (#2982) 2023-12-23 20:58:38 +01:00
platform_impl Partially replace custom AppKit bindings with icrate's autogenerated bindings (#2982) 2023-12-23 20:58:38 +01:00
cursor.rs Custom cursor improvements (#3292) 2023-12-23 16:12:29 +01:00
dpi.rs Changes and improvements to the documentation (#3253) 2023-12-03 18:39:08 +01:00
error.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
event.rs Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
event_loop.rs On wasm, provide intradoc-link for spawn() function in EventLoop docs (#3178) 2023-10-25 17:42:51 +02:00
icon.rs Fix infinite recursion in BadIcon reporting (#3237) 2023-11-23 19:15:17 +01:00
keyboard.rs Implement Ord/PartialOrd for ModifiersState 2023-10-20 14:51:42 +04:00
lib.rs feat(all): Custom cursor images for all desktop platforms 2023-12-16 12:02:17 -08:00
monitor.rs Clarify scale_factor docs 2023-10-28 14:23:20 +04:00
window.rs Custom cursor improvements (#3292) 2023-12-23 16:12:29 +01:00