MCPcopy Create free account
hub / github.com/lxn/walk / ContextMenuLocation

Method ContextMenuLocation

window.go:86–86  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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.

Callers 3

WndProcMethod · 0.65
ContextMenuLocationMethod · 0.65
ContextMenuLocationMethod · 0.65

Implementers 1

WindowBasewindow.go

Calls

no outgoing calls

Tested by

no test coverage detected