|
Pepper_31_C_interfaces
|
#include <ppp_text_input_dev.h>

Public Attributes | |
| void(* | RequestSurroundingText )(PP_Instance instance, uint32_t desired_number_of_characters) |
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.
| 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.
1.8.6