Confirmed users
371
edits
Line 72: | Line 72: | ||
* Most of the work right now is focused on Win7 only for being the only OS to provide a standard API for multitouch | * Most of the work right now is focused on Win7 only for being the only OS to provide a standard API for multitouch | ||
* Keep an eye on the ''native widget removal'' project because it directly impacts this one | * Keep an eye on the ''native widget removal'' project because it directly impacts this one | ||
** Steps needed to get rid of manual switch: | |||
*** Hook-up counters of listeners of touch events, calling RegisterTouchWindow on 0 -> 1, and UnregisterTouchWindow on 1 -> 0 and setting a flag | |||
*** Since child widgets will be removed, on any tab/page change we will need to check the flag and call UnregisterTouchWindow/RegisterTouchWindow | |||
= Testing = | = Testing = |