Unravel Engine C++ Reference
Loading...
Searching...
No Matches
deadzone.hpp File Reference
#include "point.hpp"
#include <cmath>
#include <functional>

Go to the source code of this file.

Namespaces

namespace  input
 

Typedefs

using input::deadzone_float_filter = std::function<float(const float, const float)>
 
using input::deadzone_point_filter = std::function<point(const float, const float, const float)>