| Pepper_47_C_interfaces
    | 
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_point.h"#include "ppapi/c/pp_resource.h"#include "ppapi/c/pp_stdint.h"#include "ppapi/c/pp_time.h"#include "ppapi/c/pp_touch_point.h"#include "ppapi/c/pp_var.h"

Go to the source code of this file.
| Classes | |
| struct | PPB_InputEvent_1_0 | 
| struct | PPB_MouseInputEvent_1_1 | 
| struct | PPB_MouseInputEvent_1_0 | 
| struct | PPB_WheelInputEvent_1_0 | 
| struct | PPB_KeyboardInputEvent_1_2 | 
| struct | PPB_KeyboardInputEvent_1_0 | 
| struct | PPB_TouchInputEvent_1_0 | 
| struct | PPB_IMEInputEvent_1_0 | 
| Typedefs | |
| typedef struct PPB_InputEvent_1_0 | PPB_InputEvent | 
| typedef struct PPB_MouseInputEvent_1_1 | PPB_MouseInputEvent | 
| typedef struct PPB_WheelInputEvent_1_0 | PPB_WheelInputEvent | 
| typedef struct PPB_KeyboardInputEvent_1_2 | PPB_KeyboardInputEvent | 
| typedef struct PPB_TouchInputEvent_1_0 | PPB_TouchInputEvent | 
| typedef struct PPB_IMEInputEvent_1_0 | PPB_IMEInputEvent | 
This file defines the Input Event interfaces.
Definition in file ppb_input_event.h.
| #define PPB_IME_INPUT_EVENT_INTERFACE PPB_IME_INPUT_EVENT_INTERFACE_1_0 | 
Definition at line 40 of file ppb_input_event.h.
| #define PPB_IME_INPUT_EVENT_INTERFACE_1_0 "PPB_IMEInputEvent;1.0" | 
Definition at line 39 of file ppb_input_event.h.
| #define PPB_INPUT_EVENT_INTERFACE PPB_INPUT_EVENT_INTERFACE_1_0 | 
Definition at line 22 of file ppb_input_event.h.
| #define PPB_INPUT_EVENT_INTERFACE_1_0 "PPB_InputEvent;1.0" | 
Definition at line 21 of file ppb_input_event.h.
| #define PPB_KEYBOARD_INPUT_EVENT_INTERFACE PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_2 | 
Definition at line 33 of file ppb_input_event.h.
| #define PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_0 "PPB_KeyboardInputEvent;1.0" | 
Definition at line 31 of file ppb_input_event.h.
| #define PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_2 "PPB_KeyboardInputEvent;1.2" | 
Definition at line 32 of file ppb_input_event.h.
| #define PPB_MOUSE_INPUT_EVENT_INTERFACE PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1 | 
Definition at line 26 of file ppb_input_event.h.
| #define PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0 "PPB_MouseInputEvent;1.0" | 
Definition at line 24 of file ppb_input_event.h.
| #define PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1 "PPB_MouseInputEvent;1.1" | 
Definition at line 25 of file ppb_input_event.h.
| #define PPB_TOUCH_INPUT_EVENT_INTERFACE PPB_TOUCH_INPUT_EVENT_INTERFACE_1_0 | 
Definition at line 37 of file ppb_input_event.h.
| #define PPB_TOUCH_INPUT_EVENT_INTERFACE_1_0 "PPB_TouchInputEvent;1.0" | 
Definition at line 36 of file ppb_input_event.h.
| #define PPB_WHEEL_INPUT_EVENT_INTERFACE PPB_WHEEL_INPUT_EVENT_INTERFACE_1_0 | 
Definition at line 29 of file ppb_input_event.h.
| #define PPB_WHEEL_INPUT_EVENT_INTERFACE_1_0 "PPB_WheelInputEvent;1.0" | 
Definition at line 28 of file ppb_input_event.h.
 1.8.6
 1.8.6