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

Unified Diff: ppapi/c/ppb_input_event.h

Issue 7834007: Add comment to PPB_MouseInputEvent version 1.1 that GetMovement hasn't been supported. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment that the delta is always (0,0) for now. Created 9 years, 3 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 | « no previous file | ppapi/cpp/input_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_input_event.h
diff --git a/ppapi/c/ppb_input_event.h b/ppapi/c/ppb_input_event.h
index 957694cea521aebb5c1d51c3fa7bb9caff312f89..8a73279e4ebc51591764733afdd94b3da838d0f6 100644
--- a/ppapi/c/ppb_input_event.h
+++ b/ppapi/c/ppb_input_event.h
@@ -475,6 +475,10 @@ struct PPB_MouseInputEvent {
*
* @return The change in position of the mouse, relative to the previous
* position.
+ *
+ * TODO(yzshen): This feature hasn't been supported yet. The returned value is
+ * always (0, 0) for system-generated mouse events (which are passed through
+ * the <code>HandleInputEvent</code>).
*/
struct PP_Point (*GetMovement)(PP_Resource mouse_event);
};
« no previous file with comments | « no previous file | ppapi/cpp/input_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698