TI中文支持网
TI专业的中文技术问题搜集分享网站

[AM335X wince7][BSP_WINCE_ARM_A8_02_30_00]显示鼠标箭头

Dear All,

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

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

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

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

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()

tony ding:

who can help me ?

tony ding:

回复 tony ding:

in VS2008, I already choose mouse catalog item(SYSGEN_CURSOR=1); but there is no mouse cursor when press touchpanel;

if I connect USB mouse with WINCE7 OS, there will be mouse cursor and work well.

I remember in WINCE5 and WINCE6, if enable SYSGEN_CURSOR=1, the mouse cursor will display when all press touchpanel and use usb mouse.

could you please help me check this issue?

sing vi:

回复 tony ding:

I have the same problem,How did you solve it,can you tell me?

赞(0)
未经允许不得转载:TI中文支持网 » [AM335X wince7][BSP_WINCE_ARM_A8_02_30_00]显示鼠标箭头
分享到: 更多 (0)