Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1890)

Unified Diff: sky/engine/core/events/Event.cpp

Issue 870073003: Remove mouse events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/engine/core/events/Event.cpp
diff --git a/sky/engine/core/events/Event.cpp b/sky/engine/core/events/Event.cpp
index 740f147e9d37e3e13b86a99622a11dd6c0d5e2a9..14314055efa940baa300b4616be78f642f3edabb 100644
--- a/sky/engine/core/events/Event.cpp
+++ b/sky/engine/core/events/Event.cpp
@@ -118,11 +118,6 @@ bool Event::isUIEvent() const
return false;
}
-bool Event::isMouseEvent() const
-{
- return false;
-}
-
bool Event::isFocusEvent() const
{
return false;
@@ -143,11 +138,6 @@ bool Event::isGestureEvent() const
return false;
}
-bool Event::isWheelEvent() const
-{
- return false;
-}
-
bool Event::isDragEvent() const
{
return false;

Powered by Google App Engine
This is Rietveld 408576698