videocollection/tsrc/stubs/inc/hbnamespace.h
changeset 55 4bfa887905cf
parent 37 4eb2df7f7cbe
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
   349         InstantPopupOpened,
   349         InstantPopupOpened,
   350         InstantPopupClosed,
   350         InstantPopupClosed,
   351         InstantBoundaryReached,
   351         InstantBoundaryReached,
   352         InstantRotated90Degrees,
   352         InstantRotated90Degrees,
   353         InstantSelectionChanged,
   353         InstantSelectionChanged,
   354         /* add new standard instant interactions here */
   354         // add new standard instant interactions here 
   355 //        NumberOfInstantInteractions,
   355 //        NumberOfInstantInteractions,
   356 //        InstantUser = 1000,
   356 //        InstantUser = 1000,
   357         /* value range for user defined custom instant interactions */
   357         // value range for user defined custom instant interactions 
   358 //        InstantMaxUser = 65535
   358 //        InstantMaxUser = 65535
   359 //    };
   359 //    };
   360 
   360 
   361 /*    enum ContinuousInteraction {
   361 //    enum ContinuousInteraction {
   362         ContinuousScrolled = 0,
   362         ContinuousScrolled = 0,
   363         ContinuousDragged,
   363         ContinuousDragged,
   364         ContinuousPinched,
   364         ContinuousPinched,
   365         /* add new standard continuous interactions here */
   365         // add new standard continuous interactions here 
   366 //        NumberOfContinuousInteractions,
   366 //        NumberOfContinuousInteractions,
   367 //        ContinuousUser = 1000,
   367 //        ContinuousUser = 1000,
   368         /* value range for user defined custom continuous interactions */
   368         // value range for user defined custom continuous interactions 
   369 /*        ContinuousMaxUser = 65535
   369 //        ContinuousMaxUser = 65535
   370     };
   370     };
   371 
   371 
   372     enum InteractionModifier {
   372     enum InteractionModifier {
   373         ModifierSliderHandle = 0x1,
   373         ModifierSliderHandle = 0x1,
   374         ModifierSliderElement = 0x2,
   374         ModifierSliderElement = 0x2,