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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc

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
Index: ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc
index cb28783c6d2c7911d3b5e69766db6c544c785cec..71c2cc741f361adb42a1565d6fb18e8eabd7bda0 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_input_event.srpc
@@ -29,7 +29,9 @@
['mouse_button', 'int32_t'], # PP_InputEvent_MouseButton
['mouse_position_x', 'int32_t'], # PP_Point.x
['mouse_position_y', 'int32_t'], # PP_Point.y
- ['click_count', 'int32_t']
+ ['click_count', 'int32_t'],
+ ['mouse_movement_x', 'int32_t'], # PP_Point.x
+ ['mouse_movement_y', 'int32_t'], # PP_Point.y
],
'outputs': [['resource_id', 'PP_Resource']]
},

Powered by Google App Engine
This is Rietveld 408576698