libinput
0.2.0
A wrapper library for input devices
|
Typedefs | |
typedef int32_t | li_fixed_t |
libinput 24.8 fixed point real number. More... | |
Functions | |
static double | li_fixed_to_double (li_fixed_t f) |
Convert li_fixed_t to a double. More... | |
static int | li_fixed_to_int (li_fixed_t f) |
Convert li_fixed_t to a int. More... | |
typedef int32_t li_fixed_t |
libinput 24.8 fixed point real number.
|
inlinestatic |
Convert li_fixed_t to a double.
f | fixed point number |
|
inlinestatic |
Convert li_fixed_t to a int.
The fraction part is discarded.
f | fixed point number |