pub struct Struct_PPB_TouchInputEvent_1_0 {
pub Create: Option< extern "C" fn(instance: PP_Instance, _type: PP_InputEvent_Type, time_stamp: PP_TimeTicks, modifiers: uint32_t) -> PP_Resource>,
pub AddTouchPoint: Option< extern "C" fn(touch_event: PP_Resource, list: PP_TouchListType, point: *const Struct_PP_TouchPoint)>,
pub IsTouchInputEvent: Option< extern "C" fn(resource: PP_Resource) -> PP_Bool>,
pub GetTouchCount: Option< extern "C" fn(resource: PP_Resource, list: PP_TouchListType) -> uint32_t>,
pub GetTouchByIndex: Option< extern "C" fn(resource: PP_Resource, list: PP_TouchListType, index: uint32_t) -> Struct_PP_TouchPoint>,
pub GetTouchById: Option< extern "C" fn(resource: PP_Resource, list: PP_TouchListType, touch_id: uint32_t) -> Struct_PP_TouchPoint>,
}
Fields
Create | |
AddTouchPoint | |
IsTouchInputEvent | |
GetTouchCount | |
GetTouchByIndex | |
GetTouchById | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).