~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/PanelIndicatorObjectEntryView.h

  • Committer: Jason Smith
  • Date: 2011-01-11 15:48:03 UTC
  • mfrom: (729.3.2 scrollwheel-support)
  • Revision ID: jason.smith@canonical.com-20110111154803-kgsad6i33goz7oad
merge mouse wheel support for indicator branch by Connar Carney (big thanks)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
  void Refresh ();
43
43
  void OnMouseDown (int x, int y, long button_flags, long key_flags);
 
44
  void OnMouseWheel (int x, int y, int delta, unsigned long mouse_state, unsigned long key_state);
44
45
  void Activate ();
45
46
  void OnActiveChanged (bool is_active);
46
47