FindCursor
ServerCursor* oldCursor = FindCursor(token);
if (set.FindCursor(id, &cursor) == B_OK) {
ServerCursor* FindCursor(int32 token);
status_t FindCursor(BCursorID which, BBitmap **cursor, BPoint *hotspot);
status_t FindCursor(BCursorID which, ServerCursor **cursor) const;
fAppCursor.SetTo(fDesktop->GetCursorManager().FindCursor(token), false);
BReference<ServerCursor> cursor(fDesktop->GetCursorManager().FindCursor(
= fDesktop->GetCursorManager().FindCursor(token);
= fDesktop->GetCursorManager().FindCursor(token);