Module windows

Module windows 

Source
Expand description

Windows-specific functionality.

Traits§

EventLoopBuilderExtWindows
Additional methods on EventLoop that are specific to Windows.
IconExtWindows
Additional methods on Icon that are specific to Windows.
MonitorHandleExtWindows
Additional methods on MonitorHandle that are specific to Windows.
WindowBuilderExtWindows
Additional methods on WindowBuilder that are specific to Windows.
WindowExtWindows
Additional methods on Window that are specific to Windows.

Type Aliases§

HINSTANCE
Instance Handle type used by Win32 API
HMENU
Menu Handle type used by Win32 API
HMONITOR
Monitor Handle type used by Win32 API
HWND
Window Handle type used by Win32 API