From e36f509d2459ca74c0dc7fe2e8ea2275b88f0649 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 22 Sep 2019 16:47:59 +0200 Subject: api: expose raw data to protocols Issue: #975 --- api/plugin-api.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/plugin-api.hpp b/api/plugin-api.hpp index 892f3500..e49530d2 100644 --- a/api/plugin-api.hpp +++ b/api/plugin-api.hpp @@ -160,7 +160,7 @@ struct OTR_API_EXPORT IProtocol : module_status_mixin // called 250 times a second with XYZ yaw pitch roll pose // try not to perform intense computation here. use a thread. - virtual void pose(const double* headpose) = 0; + virtual void pose(const double* pose, const double* raw) = 0; // return game name or placeholder text virtual QString game_name() = 0; }; -- cgit v1.2.3