Public Member Functions | |
| Desktop () | |
Static Public Member Functions | |
| static Point | GetResolution () |
| static Colorspace | GetColorspace () |
| static int | BitsPerPixel () |
| static int | BytePerPixel () |
| static Point | GetMousePosition () |
| static InputState | GetInputState () |
| static Image * | CaptureImage () |
| static void | SetMousePosition (const Point &p) |
| static void | SetMouseState (const Point &p, MouseButtonMask nMouseButtonMask) |
Query information about the current desktop
| Desktop::Desktop | ( | ) |
| Point Desktop::GetResolution | ( | ) | [static] |
Get desktop resolution
| Colorspace Desktop::GetColorspace | ( | ) | [static] |
Get desktop colorspace
| int Desktop::BitsPerPixel | ( | ) | [static] |
Get desktops bits per pixel
| int Desktop::BytePerPixel | ( | ) | [static] |
Get desktops byte per pixel
| Point Desktop::GetMousePosition | ( | ) | [static] |
| InputState Desktop::GetInputState | ( | ) | [static] |
| Image * Desktop::CaptureImage | ( | ) | [static] |
| void Desktop::SetMousePosition | ( | const Point & | p | ) | [static] |
| void Desktop::SetMouseState | ( | const Point & | p, | |
| MouseButtonMask | nMouseButtonMask | |||
| ) | [static] |
1.5.1-p1