From dcf4270939e6ee0e54a332e2209a3baa0ad28fda Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 6 Apr 2024 16:38:55 +0200 Subject: Add `TouchGesture` --- src/00_Core/Player/TouchGesture.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/00_Core/Player/TouchGesture.cpp (limited to 'src/00_Core/Player/TouchGesture.cpp') diff --git a/src/00_Core/Player/TouchGesture.cpp b/src/00_Core/Player/TouchGesture.cpp new file mode 100644 index 00000000..83879415 --- /dev/null +++ b/src/00_Core/Player/TouchGesture.cpp @@ -0,0 +1,13 @@ +#include "Player/TouchGesture.hpp" + +#ifdef STUBS + +TouchGesture::TouchGesture() {} +void TouchGesture::ResetTouchHistory() {} +void TouchGesture::Update(void *param1) {} +TouchGesture::~TouchGesture() {} + +void TouchGestureBase::ResetTouchHistory() {} +TouchGestureBase::~TouchGestureBase() {} + +#endif STUBS -- cgit v1.2.3