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

Unified Diff: ppapi/thunk/ppb_input_event_api.h

Issue 7715021: Add movement information to PPB_MouseInputEvent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed comments for the 1.0 interface. Created 9 years, 4 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: ppapi/thunk/ppb_input_event_api.h
diff --git a/ppapi/thunk/ppb_input_event_api.h b/ppapi/thunk/ppb_input_event_api.h
index 51ac5db0fa69581db41b001d44f963f2770c443d..c0445eb482d995ee23eb05e32f73f10fcc54b91a 100644
--- a/ppapi/thunk/ppb_input_event_api.h
+++ b/ppapi/thunk/ppb_input_event_api.h
@@ -27,6 +27,7 @@ class PPB_InputEvent_API {
virtual PP_InputEvent_MouseButton GetMouseButton() = 0;
virtual PP_Point GetMousePosition() = 0;
virtual int32_t GetMouseClickCount() = 0;
+ virtual PP_Point GetMouseMovement() = 0;
virtual PP_FloatPoint GetWheelDelta() = 0;
virtual PP_FloatPoint GetWheelTicks() = 0;
virtual PP_Bool GetWheelScrollByPage() = 0;

Powered by Google App Engine
This is Rietveld 408576698