您的位置:首页 > 产品设计 > UI/UE

UCGUI光标设置

2014-04-30 18:23 260 查看
显示光标的一般顺序:
1,GUI_CURSOR_Show();
显示光标
2,void GUI_CURSOR_Select(const
GUI_CURSOR * pCursor);
选择光标风格

GUI_CursorArrowS Small
arrow.
GUI_CursorArrowM Medium
arrow.
GUI_CursorArrowL Large
arrow.
GUI_CursorArrowSI Small
inverted arrow.
GUI_CursorArrowMI Medium
inverted arrow.
GUI_CursorArrowLI Large
inverted arrow.
GUI_CursorCrossS Small
cross.
GUI_CursorCrossM Medium
cross.
GUI_CursorCrossL Large
cross.
GUI_CursorCrossSI Small
inverted cross.
GUI_CursorCrossMI Medium
inverted cross.
GUI_CursorCrossLI Large
inverted cross.

3,void
GUI_CURSOR_SetPosition(int x, int y);
设置光标位置(光标的移动可改动x,y来实现)
4,GUI_CURSOR_Hide();
隐藏光标(可选)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: