Added system cursor definitions
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2532 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,6 +42,20 @@
|
|||||||
|
|
||||||
// Globals ---------------------------------------------------------------------
|
// Globals ---------------------------------------------------------------------
|
||||||
|
|
||||||
|
// Enumerated types ------------------------------------------------------------
|
||||||
|
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
B_CURSOR_DEFAULT=0,
|
||||||
|
B_CURSOR_TEXT,
|
||||||
|
B_CURSOR_MOVE,
|
||||||
|
B_CURSOR_DRAG,
|
||||||
|
B_CURSOR_RESIZE,
|
||||||
|
B_CURSOR_RESIZE_NW,
|
||||||
|
B_CURSOR_RESIZE_SE,
|
||||||
|
B_CURSOR_RESIZE_NS,
|
||||||
|
B_CURSOR_RESIZE_EW
|
||||||
|
} cursor_which;
|
||||||
|
|
||||||
// BCursor class ---------------------------------------------------------------
|
// BCursor class ---------------------------------------------------------------
|
||||||
class BCursor : BArchivable {
|
class BCursor : BArchivable {
|
||||||
|
|||||||
Reference in New Issue
Block a user