mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 12:01:31 +11:00
chore: fix linx to init_for_hwnd
This commit is contained in:
parent
f4275fb157
commit
13d1aa66d4
|
@ -10,7 +10,7 @@ muda is a Menu Utilities library for Desktop Applications.
|
||||||
|
|
||||||
- On Windows, accelerators don't work unless the win32 message loop calls
|
- On Windows, accelerators don't work unless the win32 message loop calls
|
||||||
[`TranslateAcceleratorW`](https://docs.rs/windows-sys/latest/windows_sys/Win32/UI/WindowsAndMessaging/fn.TranslateAcceleratorW.html).
|
[`TranslateAcceleratorW`](https://docs.rs/windows-sys/latest/windows_sys/Win32/UI/WindowsAndMessaging/fn.TranslateAcceleratorW.html).
|
||||||
See [`Menu::init_for_hwnd`](https://docs.rs/muda/latest/muda/struct.Menu.html#method.init_for_hwnd) for more details
|
See [`Menu::init_for_hwnd`](https://docs.rs/muda/latest/x86_64-pc-windows-msvc/muda/struct.Menu.html#method.init_for_hwnd) for more details
|
||||||
|
|
||||||
### Cargo Features
|
### Cargo Features
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue