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

Method getSingleUseClick

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

* @brief Get mouse clicking status * @return [TRUE] if mouse is clicked and click hasn't been consumed */

Source from the content-addressed store, hash-verified

362 * @return [TRUE] if mouse is clicked and click hasn't been consumed
363 */
364 [[nodiscard]] bool getSingleUseClick() const { return m_singleUseClick; }
365
366 /**
367 * @brief <BR>Consume the click for the given frame

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected