Searched defs:InputWindowInfo (Results 1 – 1 of 1) sorted by relevance
29 struct InputWindowInfo { struct30 std::string name; // the name of inputWindow31 int32_t left; // the abscissa of the upper-left vertex of inputWindow32 int32_t top; // the ordinate of the upper-left vertex of inputWindow33 uint32_t width; // the width of inputWindow34 uint32_t height; // the height of inputWindow