PieDock
1.6.3
|
#include <Hotspot.h>
Public Member Functions | |
Hotspot (Display *, Window=0) | |
const Window & | getRoot () const |
const Window & | getChild () const |
const int & | getRootX () const |
const int & | getRootY () const |
const int & | getX () const |
const int & | getY () const |
const unsigned int & | getMask () const |
Query pointer
Hotspot::Hotspot | ( | Display * | d, |
Window | w = 0 |
||
) |
Get current (mouse) cursor position
d | - display |
w | - relative to which window, if not given the root window (optional) |