#include <kanzi/core.ui/coreui_api.hpp>
#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/cpp/tuple.hpp>
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
typedef tuple< NodeSharedPtr, Ray, float > | kanzi::RayPickResult |
RayPick hit test result tuple. More... | |
Functions | |
RayPickResult | kanzi::rayPickHitTest (const Vector2 &limits, Scene *scene, Camera *camera, int x, int y) |
Input hit testing. More... | |
KZ_DEPRECATED RayPickResult | kanzi::rayPickHitTest (const Vector2 &limits, OverlayScope &scope, Scene *scene, Camera *camera, int x, int y) |
Input hit testing. More... | |