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

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: . 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
« no previous file with comments | « ppapi/shared_impl/input_event_impl.cc ('k') | ppapi/thunk/ppb_input_event_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d0e8c4bcfc63f73c674b200994a33acf1c0abe89..28b6c5856a33915f5f163d9b34307ceac322f111 100644
--- a/ppapi/thunk/ppb_input_event_api.h
+++ b/ppapi/thunk/ppb_input_event_api.h
@@ -28,6 +28,7 @@ class PPAPI_THUNK_EXPORT 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;
« no previous file with comments | « ppapi/shared_impl/input_event_impl.cc ('k') | ppapi/thunk/ppb_input_event_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698