From 4df8b3830228a932b8a3ebf69d79d130b32cd8fb Mon Sep 17 00:00:00 2001 From: awtterpip Date: Wed, 27 Dec 2023 20:09:45 -0600 Subject: [PATCH] add comment --- xr_api/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/xr_api/src/types.rs b/xr_api/src/types.rs index ed8be23..6fdac87 100644 --- a/xr_api/src/types.rs +++ b/xr_api/src/types.rs @@ -11,6 +11,7 @@ pub enum SessionCreateInfo {} pub struct Bindings {} +/// THIS IS NOT COMPLETE, im not sure how i am going to index actions currently. #[derive(Clone, Copy, PartialEq)] pub struct ActionId { pub handedness: Handedness,