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