diff options
Diffstat (limited to 'include/input/Input.h')
| -rw-r--r-- | include/input/Input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/input/Input.h b/include/input/Input.h index e7d68fc349..7ea297049b 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -297,6 +297,8 @@ enum class MotionClassification : uint8_t { */ const char* motionClassificationToString(MotionClassification classification); +const char* motionToolTypeToString(int32_t toolType); + /** * Portion of FrameMetrics timeline of interest to input code. */ |