23 #ifndef PAWS_MOUSE_HEADER    24 #define PAWS_MOUSE_HEADER    26 #include <csgeom/vector2.h>    28 #include <igraphic/imageio.h>    73     void Hide(
bool h = 
true);
 
Main PlaneShift Window manager. 
 
csRef< iGraphics3D > graphics3D
 
void WantCrosshair(bool h=true)
 
csRef< iImageIO > imageLoader
 
psPoint GetDeltas()
Get the deltas from the last call to SetPosition. 
 
csRef< iPawsImage > crosshairImage
 
void ChangeImage(const char *imageName)
Change mouse pointer to new image. 
 
csRef< iPawsImage > cursorImage
 
void UpdateDragPosition()
Updates the position of the dragged widget if any. 
 
void SetOSMouse(iPawsImage *mouseImage)
 
void SetPosition(int x, int y)
Set the absolute screen position for mouse. 
 
psPoint GetPosition()
Get the absolute position.