-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Touch Example Project for Puara Gestures #24
Conversation
…submodule and the boost library
exampleProjects/touch/src/main.cpp
Outdated
|
||
void updateAndPrintTouch() | ||
{ | ||
static float prev_touchAll = -1.0f; // Initialize with an invalid value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if in terms of app design we woudln't be better with these local static instead be part of a global Application
class where they would be local member variables, what would you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might have overdone it lol, lmk what you think!
Maybe squash your commits into one? |
I'll squash and merge yep! |
4afaa61
to
f3e4b36
Compare
other than that LGTM ! |
This PR introduces a new example project demonstrating the use of the Puara Gestures library with a touchscreen interface. Key additions include:
3rdparty
submodule, which includes a copy of the Boost 1.86.0 library, as well as the IMU_Sensor_Fusion submoduleexampleProjects/touch
.