[go: up one dir, main page]

Crate winit_win32

Crate winit_win32 

Source
Expand description

§Winit Win32 / Windows backend

The supported OS version is Windows 7 or higher, though Windows 10 is tested regularly.

Structs§

AnyThread
A wrapper around a Window that ignores thread-specific window handle limitations.
Color
Describes a color used by Windows
EventLoop
MonitorHandle
PlatformSpecificEventLoopAttributes
VideoModeHandle
WinIcon
Windows specific Icon.
Window
The Win32 implementation of the main Window object.
WindowAttributesWindows

Enums§

BackdropType
Describes a system-drawn backdrop material of a window.
CornerPreference
Describes how the corners of a window should look like.

Traits§

DeviceIdExtWindows
Additional methods on DeviceId that are specific to Windows.
EventLoopBuilderExtWindows
Additional methods on EventLoop that are specific to Windows.
WindowBorrowExtWindows
Additional methods for anything that dereference to Window.
WindowExtWindows
Additional methods on Window that are specific to Windows.

Functions§

physicalkey_to_scancode
scancode_to_physicalkey

Type Aliases§

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