eGUI-D4D touch screen management

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

eGUI-D4D touch screen management

2,327件の閲覧回数
asensio
Contributor I

Hi there!

I'm using a modified version of eGUI 2.07 for Kinetis & MQXLite and I have a specific question in d4d_base.c.

I want to tweak the touch screen managment to allow sliding and continously-touching events, for example. However, D4D seems to have a 'secure' variable or function that prevents the same touching event to happen twice if it has not been untouched previously.

In resume, I want to do this: Button is touched-->calls button function-->button is still touched-->calls button function again...and so on.

Thanks in advance!

タグ(3)
0 件の賞賛
返信
2 返答(返信)

1,264件の閲覧回数
LuisCasado
NXP Employee
NXP Employee

Hello,

Could it be that you don't have D4D_OBJECT_F_FASTTOUCH enabled for the object?

Best Regards,

Luis

1,264件の閲覧回数
asensio
Contributor I

It is enabled

EDIT: problema solved. It was a small adjustment with the low level library.

0 件の賞賛
返信