|
Pepper_56_C_interfaces
Pepper_56_C_interfaces
|
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_stdint.h"#include "ppapi/c/ppb_input_event.h"Go to the source code of this file.
Classes | |
| struct | PP_InputEvent_Key |
| struct | PP_InputEvent_Character |
| struct | PP_InputEvent_Mouse |
| struct | PP_InputEvent_Wheel |
Functions | |
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_InputEvent_Key, 8) | |
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_InputEvent_Character, 12) | |
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_InputEvent_Mouse, 20) | |
| PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_InputEvent_Wheel, 24) | |
This file defines the API used to handle mouse and keyboard input events.