diff options
Diffstat (limited to 'ppapi/api/ppb_gamepad.idl')
-rw-r--r-- | ppapi/api/ppb_gamepad.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/api/ppb_gamepad.idl b/ppapi/api/ppb_gamepad.idl index 6403e34..c3d0652 100644 --- a/ppapi/api/ppb_gamepad.idl +++ b/ppapi/api/ppb_gamepad.idl @@ -85,10 +85,10 @@ struct PP_GamepadsSampleData { * The <code>PPB_Gamepad</code> interface allows retrieving data from * gamepad/joystick devices that are connected to the system. */ -[version=1.0, macro="PPB_GAMEPAD_INTERFACE", singleton_resource] +[version=1.0, macro="PPB_GAMEPAD_INTERFACE", singleton] interface PPB_Gamepad { /** - * Samples the current state of the connected gamepads. + * Samples the current state of the available gamepads. */ void Sample( [in] PP_Instance instance, |