Include dependency graph for pp_input_event.h:
Data Structures
struct | PP_InputEvent_Key |
The PP_InputEvent_Key struct represents a key up or key down event. More... | |
struct | PP_InputEvent_Character |
The PP_InputEvent_Character struct represents a typed character event. More... | |
struct | PP_InputEvent_Mouse |
The PP_InputEvent_Mouse struct represents all mouse events except mouse wheel events. More... | |
struct | PP_InputEvent_Wheel |
The PP_InputEvent_Wheel struct represents all mouse wheel events. More... |
Variables
Detailed Description
This file defines the API used to handle mouse and keyboard input events.