aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-21 00:53:39 +0000
committerGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-03-21 00:53:39 +0000
commitdd0cd34067d103ace7c6739405cb7885d8ad3fb2 (patch)
tree24a05e759baa0cb06f96a6ad05aa56ba49f590c2 /include/views
parentb7d956df4665e06f3ae98cb696cef7c04452ab8e (diff)
allow window-subclass to handle dispatching click events (for resize)
add drag tracking to Draw git-svn-id: http://skia.googlecode.com/svn/trunk@967 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index ffba275ab5..7b37779668 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -72,7 +72,7 @@ public:
protected:
virtual bool onEvent(const SkEvent&);
-
+ virtual bool onDispatchClick(int x, int y, Click::State);
// called if part of our bitmap is invalidated
virtual void onHandleInval(const SkIRect&);
virtual bool onHandleChar(SkUnichar);