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