Fix context menu issues.

Fix WindowID for requests on windows.
Add `Windows.ApplicationStarted` event
This commit is contained in:
Lea Anthony
2023-10-10 21:48:47 +11:00
parent 740b2b0979
commit 3d88bf8795
25 changed files with 162 additions and 114 deletions
+16 -16
View File
@@ -17,22 +17,22 @@ The main goal is to get most of the examples working on all platforms.
- P - Partially working
- N - Not working
| Example | Mac | Windows | Linux |
|--------------|-----|---------|-------|
| binding | | W | |
| build | | W | |
| clipboard | | W | |
| contextmenus | | N | |
| dialog | | W | |
| events | | N | |
| frameless | | W | |
| keybindings | | W | |
| menu | | W | |
| plain | | W | |
| screen | | W | |
| systray | | W | |
| window | | W | |
| wml | | W | |
| Example | Mac | Windows | Linux |
|---------------|-----|---------|-------|
| binding | | W | |
| build | | W | |
| clipboard | | W | |
| context menus | | W | |
| dialog | | W | |
| events | | W | |
| frameless | | W | |
| keybindings | | W | |
| menu | | W | |
| plain | | W | |
| screen | | W | |
| systray | | W | |
| window | | W | |
| wml | | W | |
### Alpha 2