diff options
| author | realtradam <[email protected]> | 2023-06-11 01:21:17 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-11 01:21:17 -0400 |
| commit | c7381b27a58744e1b7d8aa3fe2e21514fd11b5b4 (patch) | |
| tree | 8b793adcf837ebc9d67ec36b91cbde6ae4f5f4aa /src/input/irodeo_input.h | |
| parent | f1d321f054b1da072e9c965c20f45399c00af1c0 (diff) | |
| download | RodeoKit-c7381b27a58744e1b7d8aa3fe2e21514fd11b5b4.tar.gz RodeoKit-c7381b27a58744e1b7d8aa3fe2e21514fd11b5b4.zip | |
partial working mouse with letterboxing
Diffstat (limited to 'src/input/irodeo_input.h')
| -rw-r--r-- | src/input/irodeo_input.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/input/irodeo_input.h b/src/input/irodeo_input.h new file mode 100644 index 0000000..5066170 --- /dev/null +++ b/src/input/irodeo_input.h @@ -0,0 +1,11 @@ +#pragma once + +// -- internal -- +// public +#include "rodeo/input.h" +// private +#include "irodeo_input_t.h" + +float +irodeo_input_screen_to_world(float input); + |
