Searched defs:ImVec1 (Results 1 – 1 of 1) sorted by relevance
470 struct ImVec1 struct473 ImVec1() { x = 0.0f; } in ImVec1() argument474 ImVec1(float _x) { x = _x; } in ImVec1() argument