Age | Commit message (Collapse) | Author |
|
|
|
Clear gestures related to a widget if the widget is destroyed.
|
|
|
|
|
|
Phone mode uses a modified user interface. Work in progress...
|
|
|
|
Widgets can be flagged as being touch-draggable, which makes them receive finger down/motion/up events directly, and no momentum scrolling is applied.
|
|
|
|
Handle finger down, motion, and up events to implement basic taps, long presses, and inertia scrolling.
Much finetuning still to be done, and certain widgets like input fields and scrollbars need a direct drag mode (they were working fine via the "mouse" events already).
|