Change maxcarlson-20110208-isi by maxcarlson@friendly on 2011-02-08 14:05:48 PST
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Add touch event processing

Bugs Fixed: LPP-8904 - Support touch and gesture events

Technical Reviewer: ptw
QA Reviewer: hminsky

Documentation:

Release Notes: A set of touch event processing mixins have been added.  See 
examples/touchevents.lzx for more.

Details:  lzx-autoincludes - Ran 'ant autoincludes' and verified the output.

touchevents.lzx - Add support for basic touch event processing, including 
onpress, onactivate and ontap.  Additional mixins can be defined that add 
additional behavior, see onswipe.  

examples/touchevents - Basic example that allows the red box to be moved by 
swiping.  Pressing and holding activates the box for dragging.  If pressed on a 
multitouch platform (only iOS now) two fingers can be used to scale/rotate the 
rectangle.

Tests: run examples/touchevents.lzx in iOS DHTML and verify the functionality 
described above.

Files:
M       WEB-INF/lps/misc/lzx-autoincludes.properties
A       lps/components/mixins/touchevents.lzx
A       examples/touchevents.lzx

Changeset: 
http://svn.openlaszlo.org/openlaszlo/patches/maxcarlson-20110208-isi.tar

Reply via email to