Added a method to get the cursor position
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9812 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -153,6 +153,7 @@ public:
|
|||||||
void ShowCursor(void);
|
void ShowCursor(void);
|
||||||
void ObscureCursor(void);
|
void ObscureCursor(void);
|
||||||
void SetCursor(ServerCursor *cursor);
|
void SetCursor(ServerCursor *cursor);
|
||||||
|
BPoint GetCursorPosition(void);
|
||||||
|
|
||||||
void StrokeArc(const BRect &r, const float &angle, const float &span, const RGBColor &color);
|
void StrokeArc(const BRect &r, const float &angle, const float &span, const RGBColor &color);
|
||||||
void StrokeArc(const BRect &r, const float &angle, const float &span, const DrawData *d);
|
void StrokeArc(const BRect &r, const float &angle, const float &span, const DrawData *d);
|
||||||
@@ -286,7 +287,7 @@ friend CursorHandler;
|
|||||||
accelerant_device_info fAccDeviceInfo;
|
accelerant_device_info fAccDeviceInfo;
|
||||||
display_mode fDisplayMode;
|
display_mode fDisplayMode;
|
||||||
|
|
||||||
CursorHandler *fCursorHandler;
|
CursorHandler fCursorHandler;
|
||||||
|
|
||||||
// BRect oldcursorframe, cursorframe, saveframe;
|
// BRect oldcursorframe, cursorframe, saveframe;
|
||||||
DrawData fDrawData;
|
DrawData fDrawData;
|
||||||
|
|||||||
Reference in New Issue
Block a user