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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 NaClSrpcRpc* rpc, 671 NaClSrpcRpc* rpc,
672 NaClSrpcClosure* done, 672 NaClSrpcClosure* done,
673 PP_Instance instance, 673 PP_Instance instance,
674 int32_t type, 674 int32_t type,
675 double time_stamp, 675 double time_stamp,
676 int32_t modifiers, 676 int32_t modifiers,
677 int32_t mouse_button, 677 int32_t mouse_button,
678 int32_t mouse_position_x, 678 int32_t mouse_position_x,
679 int32_t mouse_position_y, 679 int32_t mouse_position_y,
680 int32_t click_count, 680 int32_t click_count,
681 int32_t mouse_movement_x,
682 int32_t mouse_movement_y,
681 PP_Resource* resource_id); 683 PP_Resource* resource_id);
682 static void PPB_InputEvent_CreateWheelInputEvent( 684 static void PPB_InputEvent_CreateWheelInputEvent(
683 NaClSrpcRpc* rpc, 685 NaClSrpcRpc* rpc,
684 NaClSrpcClosure* done, 686 NaClSrpcClosure* done,
685 PP_Instance instance, 687 PP_Instance instance,
686 double time_stamp, 688 double time_stamp,
687 int32_t modifiers, 689 int32_t modifiers,
688 double wheel_delta_x, 690 double wheel_delta_x,
689 double wheel_delta_y, 691 double wheel_delta_y,
690 double wheel_ticks_x, 692 double wheel_ticks_x,
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 }; // class PpbZoomRpcServer 1098 }; // class PpbZoomRpcServer
1097 1099
1098 class PpbRpcs { 1100 class PpbRpcs {
1099 public: 1101 public:
1100 static NaClSrpcHandlerDesc srpc_methods[]; 1102 static NaClSrpcHandlerDesc srpc_methods[];
1101 }; // class PpbRpcs 1103 }; // class PpbRpcs
1102 1104
1103 1105
1104 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1106 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1105 1107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698