You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(joystick/vector): Update to return const ref where possible (#416)
* feat(joystick/vector): Update to return `const ref` where possible
* Update `espp::Vector2d` and `espp::Joystick` to return const references where possible
Reduces the amount of unnecessary copies in application code
Build and run `math/example` and `joystick/example`
* add missing const ref to vector
* Update components/joystick/include/joystick.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments