Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_dinput_context.h83 struct SinkScreenInfo { struct
84 uint32_t sinkShowWidth = 0; // sink show width
85 uint32_t sinkShowHeight = 0; // sink show height
86 uint32_t sinkPhyWidth = 0; // sink touch screen width
87 uint32_t sinkPhyHeight = 0; // sink touch screen height
88 uint64_t sinkShowWinId = 0; // sink show window id
89 uint32_t sinkWinShowX = 0; // sink show window x coordinate
91 uint32_t sinkProjShowWidth = 0; // sink show window width
92 uint32_t sinkProjShowHeight = 0; // sink show window height
93 SrcScreenInfo srcScreenInfo;
[all …]