Home
last modified time | relevance | path

Searched defs:RawEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dinput_event_info.h41 struct RawEvent { struct
42 int32_t deviceId;
43 InputDevType type;
44 union {
52 int32_t timestamp;
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h248 struct RawEvent { struct
256 bool operator == (const RawEvent &e) argument