Expand description
Window managements, graphics and mouse controls.
Modules§
- cursor
- Cursor control on a window.
- message_
box - Modal control for a window.
Structs§
- Border
Widths - A border widths for the window.
- Brightness
- A brightness in the window.
- Gamma
- A gamma ramps for a window.
- Gamma
Param - A gamma ramps for setting to a window.
- HitTest
- A hit tester for a window.
- Opacity
- An opacity of the window.
- Position
- A position of the window.
- Window
- A window made by SDL2.
- Window
Builder - A builder for the
Window
. - Window
Coord - A coordinate value for the window position.
- Window
State - A state of a
super::Window
.
Enums§
- HitTest
Result - A hit test result that determined cursor from the mouse position.
- Subsystem
Kind - Supported windowing subsystems.
- Window
Context Kind - A kind of a window’s context.
- Window
Format - A format of a
super::Window
.
Traits§
- Border
Ext - An extension for
Window
to query border widths. - Brightness
Ext - An extension for
Window
to get/set the brightness. - Config
Ext - An extension for
Window
to configure its properties. - Gamma
Ext - An extension for
Window
to get/set the gamma ramp. - HitTester
- A callback to hit test with the mouse position.
- Mouse
Grab Ext - An extension for
Window
to grab/ungrab the mouse.