User:Humitos/TouchTips

< User:Humitos
Revision as of 19:37, 9 August 2012 by Humitos (talk | contribs) (Created page with "Work in progress page to write down some code snippets that I'm finding in the meanwhile. = Touch and hold = * '''Browse''': Touch and hold to trigger right click palette (f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Work in progress page to write down some code snippets that I'm finding in the meanwhile.

Touch and hold

I think we should use event.touch.sequence and look for the GDK_TOUCH_BEGIN and take its time. After that, compare this time with the actual one comming from event.touch.time and show the palette if it is bigger than 1000 milliseconds for example.

The problem that I'm having is that event.touch.sequence doesn't tell me about the sequence itself. So, I don't know what was the GDK_TOUCH_BEGIN.