mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 03:32:28 +00:00
feat(ui): CSimpleTop::SetCursor
This commit is contained in:
parent
671fd73fd3
commit
4c6f78eda4
2 changed files with 11 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class CSimpleTop : public CLayoutFrame {
|
|||
int32_t RaiseFrame(CSimpleFrame* frame, int32_t checkOcclusion);
|
||||
void RegisterForEvent(CSimpleFrame* frame, CSimpleEventType event, int32_t a4, uint32_t priority);
|
||||
void RegisterFrame(CSimpleFrame* frame);
|
||||
void SetCursor(MipBits* cursorImage);
|
||||
void ShowFrame(CSimpleFrame* frame, int32_t a3);
|
||||
int32_t StartMoveOrResizeFrame(const CMouseEvent& start, MOVERESIZE_REASON reason, int32_t resize);
|
||||
int32_t StartMoveOrResizeFrame(CSimpleFrame* frame, MOVERESIZE_REASON reason, float startx, float starty, int32_t a6);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue