Pepper_47_C_interfaces
Classes | Functions
pp_input_event.h File Reference
#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"
Include dependency graph for pp_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)
 

Detailed Description

This file defines the API used to handle mouse and keyboard input events.

Definition in file pp_input_event.h.