This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

wince7 3352 鼠标不显示



我在用 AM33X_BBB_BSP 代码开发AM335X wince7平台。

我想在用触摸屏操作 WINCE7 OS时, 能有鼠标箭头。 但是现在没有。

mouse控件已添加

请大家教教我如何打开 鼠标箭头?

我自己也试着去调试代码, 但是发现 下面的函数始终没有被调用:

SCODE
OMAPDDGPE::SetPointerShape(
GPESurf *pMask,
GPESurf *pColorSurf,
int xHotspot,
int yHotspot,
int xSize,
int ySize
)

但是下面的两个函数被调用了 

SCODE
OMAPDDGPE::MovePointer(
int xPosition,
int yPosition
)

VOID OMAPDDGPE::CursorOn()