Gainput  v1.0.0
GainputMapFilters.h
1 
2 #ifndef GAINPUTMAPFILTERS_H_
3 #define GAINPUTMAPFILTERS_H_
4 
5 namespace gainput
6 {
7 
9 GAINPUT_LIBEXPORT float InvertSymmetricInput(float const value, void*);
10 
12 GAINPUT_LIBEXPORT float InvertInput(float const value, void*);
13 
14 }
15 
16 #endif
17 
GAINPUT_LIBEXPORT float InvertInput(float const value, void *)
Inverts the given input value in the range [0.0f, 1.0f].
GAINPUT_LIBEXPORT float InvertSymmetricInput(float const value, void *)
Inverts the given input value in the range [-1.0f, 1.0f].
Contains all Gainput related classes, types, and functions.
Definition: gainput.h:103