OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Gamepad
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/c/
ppb_gamepad.h
6
/* From
ppb_gamepad
.idl modified Tue Apr 16 09:04:34 2013. */
16
#define PPB_GAMEPAD_INTERFACE_1_0 "
PPB_Gamepad
;1.0"
21
* This file defines the <code>
PPB_Gamepad
</code> interface, which
96
* The <code>
PPB_Gamepad
</code> interface allows retrieving data from
106
typedef struct PPB_Gamepad_1_0
PPB_Gamepad
;
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.h
21
#include "ppapi/c/
ppb_gamepad
.h"
50
const
PPB_Gamepad
* PSInterfaceGamepad();
/external/chromium_org/ppapi/api/
ppb_gamepad.idl
7
* This file defines the <code>
PPB_Gamepad
</code> interface, which
85
* The <code>
PPB_Gamepad
</code> interface allows retrieving data from
89
interface
PPB_Gamepad
{
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc
10
#include "ppapi/c/
ppb_gamepad
.h"
68
const
PPB_Gamepad
* gamepad_;
80
gamepad_ = static_cast<const
PPB_Gamepad
*>(
/external/chromium_org/ppapi/examples/gamepad/
gamepad.cc
10
#include "ppapi/c/
ppb_gamepad
.h"
48
gamepad_ = reinterpret_cast<const
PPB_Gamepad
*>(
124
const
PPB_Gamepad
* gamepad_;
Completed in 3550 milliseconds