rive-app / rive-cpp-legacy

C++ runtime for Rive
MIT License
287 stars 43 forks source link

Add hitTest to artboard #175

Closed mikerreed closed 2 years ago

mikerreed commented 2 years ago

Core* artboard->hitTest(...)

This is mostly to test the underlying mechanism. When we really have click-events, this api may or may not survive, depending on what we decide to expose, but we expose it for now as we experiment.

csmartdalton commented 2 years ago

I think I might need more context on this CL. Is it hit testing for UI operations?