MCPcopy Create free account
hub / github.com/Fattorino/ImNodeFlow / setPos

Method setPos

include/ImNodeFlow.h:1029–1029  ·  view source on GitHub ↗

* @brief Set pin's position * @param pos Position in screen coordinates */

Source from the content-addressed store, hash-verified

1027 * @param pos Position in screen coordinates
1028 */
1029 void setPos(ImVec2 pos) { m_pos = pos; }
1030 protected:
1031 PinUID m_uid;
1032 std::string m_name;

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected