Home
last modified time | relevance | path

Searched defs:CursorShapeInfo (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DCursor.h53 struct URHO3D_API CursorShapeInfo struct
56 CursorShapeInfo() : in CursorShapeInfo() argument
66 CursorShapeInfo(int systemCursor) : in CursorShapeInfo() argument
76 SharedPtr<Image> image_;
78 SharedPtr<Texture> texture_;
80 IntRect imageRect_;
82 IntVector2 hotSpot_;
84 SDL_Cursor* osCursor_;
86 bool systemDefined_;
88 int systemCursor_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dcursor_shape_stub.h15 class CursorShapeInfo; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/display/
H A Dgl_cursor.h20 class CursorShapeInfo; variable
H A Dgl_renderer.h28 class CursorShapeInfo; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/proto/
H A Dcontrol.proto46 message CursorShapeInfo { message