Add missing link to `conversion::fullscreen`
This commit is contained in:
parent
7d40b76b02
commit
15aa40df40
|
@ -90,7 +90,8 @@ pub fn window_event(
|
||||||
|
|
||||||
/// Converts a [`Mode`] to a [`winit`] fullscreen mode.
|
/// Converts a [`Mode`] to a [`winit`] fullscreen mode.
|
||||||
///
|
///
|
||||||
/// [`Mode`]:
|
/// [`Mode`]: ../enum.Mode.html
|
||||||
|
/// [`winit`]: https://github.com/rust-windowing/winit
|
||||||
pub fn fullscreen(
|
pub fn fullscreen(
|
||||||
monitor: winit::monitor::MonitorHandle,
|
monitor: winit::monitor::MonitorHandle,
|
||||||
mode: Mode,
|
mode: Mode,
|
||||||
|
|
Loading…
Reference in New Issue