Module rich_sdl2_rust::window

source ·
Expand description

Window managements, graphics and mouse controls.

Modules

Cursor control on a window.
Modal control for a window.

Structs

A border widths for the window.
A brightness in the window.
A gamma ramps for a window.
A gamma ramps for setting to a window.
A hit tester for a window.
An opacity of the window.
A position of the window.
A window made by SDL2.
A builder for the Window.
A coordinate value for the window position.

Enums

A hit test result that determined cursor from the mouse position.
Supported windowing subsystems.
A kind of a window’s context.

Traits

An extension for Window to query border widths.
An extension for Window to get/set the brightness.
An extension for Window to configure its properties.
An extension for Window to get/set the gamma ramp.
A callback to hit test with the mouse position.
An extension for Window to grab/ungrab the mouse.