Structs

Data Structures

struct  PP_ArrayOutput
 A structure that defines a way for the browser to return arrays of data to the plugin. More...
struct  PP_CompletionCallback
 PP_CompletionCallback is a common mechanism for supporting potentially asynchronous calls in browser interfaces. More...
struct  PP_DirectoryEntry
struct  PP_FileInfo
 The PP_FileInfo struct represents all information about a file, such as size, type, and creation time. More...
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...
struct  PP_Point
 The PP_Point structure defines the integer x and y coordinates of a point. More...
struct  PP_FloatPoint
 The PP_FloatPoint structure defines the floating-point x and y coordinates of a point. More...
struct  PP_Rect
 The PP_Rect struct contains the size and location of a 2D rectangle. More...
struct  PP_Size
 The PP_Size struct contains the size of a 2D rectangle. More...
struct  PP_TouchPoint
 The PP_TouchPoint struct represents all information about a single touch point, such as position, id, rotation angle, and pressure. More...
union  PP_VarValue
 The PP_VarValue union stores the data for any one of the types listed in the PP_VarType enum. More...
struct  PP_Var
 The PP_VAR struct is a variant data type and can contain any value of one of the types named in the PP_VarType enum. More...
struct  PP_GamepadSampleData
 The data for one gamepad device. More...
struct  PP_GamepadsSampleData
 The data for all gamepads connected to the system. More...
struct  PP_HostResolver_Hint
 PP_HostResolver_Hint represents hints for host resolution. More...
struct  PP_ImageDataDesc
 The PP_ImageDataDesc structure represents a description of image data. More...
struct  PP_NetAddress_IPv4
 All members are expressed in network byte order. More...
struct  PP_NetAddress_IPv6
 All members are expressed in network byte order. More...

Variables

 PP_DirectoryEntry
 PP_FileInfo
 PP_InputEvent_Key
 PP_InputEvent_Character
 PP_InputEvent_Mouse
 PP_InputEvent_Wheel
 PP_Point
 PP_FloatPoint
 PP_Rect
 PP_Size
 PP_TouchPoint
 PP_Var
 PP_GamepadSampleData
 PP_GamepadsSampleData
 PP_HostResolver_Hint
 PP_ImageDataDesc
 PP_NetAddress_IPv4
 PP_NetAddress_IPv6

Variable Documentation