ContextMenuLocation returns the context menu suggested location in screen coordinates in native pixels. This method is called when context menu is invoked using keyboard and mouse coordinates are not available.
()
| 84 | // native pixels. This method is called when context menu is invoked using keyboard and mouse |
| 85 | // coordinates are not available. |
| 86 | ContextMenuLocation() Point |
| 87 | |
| 88 | // CreateCanvas creates and returns a *Canvas that can be used to draw |
| 89 | // inside the ClientBoundsPixels of the Window. |