mirror of
https://github.com/italicsjenga/muda.git
synced 2025-01-11 04:11:32 +11:00
332 B
332 B
muda |
---|
minor |
Breaking Change: ContextMenu::show_context_menu_for_hwnd
, ContextMenu::show_context_menu_for_gtk_window
and ContextMenu::show_context_menu_for_nsview
has been changed to take an optional Into<Position>
type instead of x
and y
. if None
is provided, it will use the current cursor position.