diff --git a/v3/examples/contextmenus/README.md b/v3/examples/contextmenus/README.md new file mode 100644 index 000000000..0e6a6bf3e --- /dev/null +++ b/v3/examples/contextmenus/README.md @@ -0,0 +1,15 @@ +# contextmenus + +This example shows how to create a context menu for your application. + +# Status + +| Platform | Status | +|----------|-------------| +| Mac | | +| Windows | Not Working | +| Linux | | + +# TODO + +- [ ] Windows: Fix crash for custom context menu \ No newline at end of file diff --git a/v3/examples/dev/.gitignore b/v3/examples/dev/.gitignore new file mode 100644 index 000000000..c2a88322f --- /dev/null +++ b/v3/examples/dev/.gitignore @@ -0,0 +1 @@ +.task \ No newline at end of file