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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

Issue 7715021: Add movement information to PPB_MouseInputEvent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Native Client Authors. All rights reserved. 1 // Copyright (c) 2011 The Native Client Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
6 // 6 //
7 // Automatically generated code. See srpcgen.py 7 // Automatically generated code. See srpcgen.py
8 // 8 //
9 // NaCl Simple Remote Procedure Call interface abstractions. 9 // NaCl Simple Remote Procedure Call interface abstractions.
10 10
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 static NaClSrpcError PPB_InputEvent_CreateMouseInputEvent( 584 static NaClSrpcError PPB_InputEvent_CreateMouseInputEvent(
585 NaClSrpcChannel* channel, 585 NaClSrpcChannel* channel,
586 PP_Instance instance, 586 PP_Instance instance,
587 int32_t type, 587 int32_t type,
588 double time_stamp, 588 double time_stamp,
589 int32_t modifiers, 589 int32_t modifiers,
590 int32_t mouse_button, 590 int32_t mouse_button,
591 int32_t mouse_position_x, 591 int32_t mouse_position_x,
592 int32_t mouse_position_y, 592 int32_t mouse_position_y,
593 int32_t click_count, 593 int32_t click_count,
594 int32_t mouse_movement_x,
595 int32_t mouse_movement_y,
594 PP_Resource* resource_id); 596 PP_Resource* resource_id);
595 static NaClSrpcError PPB_InputEvent_CreateWheelInputEvent( 597 static NaClSrpcError PPB_InputEvent_CreateWheelInputEvent(
596 NaClSrpcChannel* channel, 598 NaClSrpcChannel* channel,
597 PP_Instance instance, 599 PP_Instance instance,
598 double time_stamp, 600 double time_stamp,
599 int32_t modifiers, 601 int32_t modifiers,
600 double wheel_delta_x, 602 double wheel_delta_x,
601 double wheel_delta_y, 603 double wheel_delta_y,
602 double wheel_ticks_x, 604 double wheel_ticks_x,
603 double wheel_ticks_y, 605 double wheel_ticks_y,
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 PpbZoomRpcClient(); 953 PpbZoomRpcClient();
952 PpbZoomRpcClient(const PpbZoomRpcClient&); 954 PpbZoomRpcClient(const PpbZoomRpcClient&);
953 void operator=(const PpbZoomRpcClient); 955 void operator=(const PpbZoomRpcClient);
954 }; // class PpbZoomRpcClient 956 }; // class PpbZoomRpcClient
955 957
956 958
957 959
958 960
959 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 961 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
960 962
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | ppapi/proxy/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698