Pepper_31_C_interfaces
Public Attributes | List of all members
PPP_TextInput_Dev_0_1 Struct Reference

#include <ppp_text_input_dev.h>

Collaboration diagram for PPP_TextInput_Dev_0_1:
Collaboration graph

Public Attributes

void(* RequestSurroundingText )(PP_Instance instance, uint32_t desired_number_of_characters)
 

Detailed Description

PPP_TextInput_Dev is a set of function pointers that the plugin has to implement to provide hints for text input system (IME).

Definition at line 32 of file ppp_text_input_dev.h.

Member Data Documentation

void(* PPP_TextInput_Dev_0_1::RequestSurroundingText)(PP_Instance instance, uint32_t desired_number_of_characters)

Requests the plugin to send back the text around the current caret or selection by PPB_TextInput_Dev::UpdateSurroundingText. It is recommended to include the desired_number_of_characters characters before and after the selection, but not mandatory.

Definition at line 39 of file ppp_text_input_dev.h.


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