Pepper_37_C_interfaces
Public Attributes | List of all members
PPB_KeyboardInputEvent_1_0 Struct Reference

#include <ppb_input_event.h>

Collaboration diagram for PPB_KeyboardInputEvent_1_0:
Collaboration graph

Public Attributes

PP_Resource(* Create )(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, uint32_t key_code, struct PP_Var character_text)
 
PP_Bool(* IsKeyboardInputEvent )(PP_Resource resource)
 
uint32_t(* GetKeyCode )(PP_Resource key_event)
 
struct PP_Var(* GetCharacterText )(PP_Resource character_event)
 

Detailed Description

Definition at line 784 of file ppb_input_event.h.

Member Data Documentation

PP_Resource(* PPB_KeyboardInputEvent_1_0::Create)(PP_Instance instance, PP_InputEvent_Type type, PP_TimeTicks time_stamp, uint32_t modifiers, uint32_t key_code, struct PP_Var character_text)

Definition at line 785 of file ppb_input_event.h.

struct PP_Var(* PPB_KeyboardInputEvent_1_0::GetCharacterText)(PP_Resource character_event)

Definition at line 793 of file ppb_input_event.h.

uint32_t(* PPB_KeyboardInputEvent_1_0::GetKeyCode)(PP_Resource key_event)

Definition at line 792 of file ppb_input_event.h.

PP_Bool(* PPB_KeyboardInputEvent_1_0::IsKeyboardInputEvent)(PP_Resource resource)

Definition at line 791 of file ppb_input_event.h.


The documentation for this struct was generated from the following file: