Searched defs:CursorInfo (Results 1 – 2 of 2) sorted by relevance
39 struct CursorInfo { struct40 Rect rect;41 bool needRedraw;42 bool enableCursor;
110 struct CursorInfo { struct115 bool operator==(const CursorInfo &info) const argument