~unity-team/nux/nux.armel-fixes

« back to all changes in this revision

Viewing changes to NuxGraphics/Events.h

  • Committer: Tarmac
  • Author(s): Daniel d'Andrada
  • Date: 2012-10-04 15:58:52 UTC
  • mfrom: (682.1.10 flickable)
  • Revision ID: tarmac-20121004155852-h5qlr2bc4szpr8jz
New: KineticScrollView

+ InputArea::SetTrackChildMouseEvents() and EVENT_MOUSE_CANCEL. Fixes: . Approved by Jay Taoko, Eleni Maria Stea, Nick Dedekind, Michi Henning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
    EVENT_MOUSE_MOVE,
212
212
    EVENT_MOUSE_DOUBLECLICK,
213
213
    EVENT_MOUSE_WHEEL,
 
214
    EVENT_MOUSE_CANCEL, /*!< InputArea lost ownership over a pressed mouse. Any
 
215
                             changes caused by the previous EVENT_MOUSE_PRESS
 
216
                             should be undone. */
214
217
    EVENT_KEY_DOWN,
215
218
    EVENT_KEY_UP,
216
219
    EVENT_WINDOW_SIZE_CONFIGURATION,