diff options
author | 2015-02-14 12:53:08 +0100 | |
---|---|---|
committer | 2015-02-14 12:53:08 +0100 | |
commit | 8afe66fc634116a654becad7d9f7f53ab199da41 (patch) | |
tree | 8c3b7889cba36cbcd2b9d6d8d6b3df87dd495cb2 /3rdparty/bgfx/examples/common/entry/input.h | |
parent | 20b68364f7fa3bf692e50504fecf9bc5825eada3 (diff) |
Updated BGFX, BX and GENie to latest (nw)
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/input.h')
-rw-r--r-- | 3rdparty/bgfx/examples/common/entry/input.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/input.h b/3rdparty/bgfx/examples/common/entry/input.h index 12d830ccc66..c3f7ef18223 100644 --- a/3rdparty/bgfx/examples/common/entry/input.h +++ b/3rdparty/bgfx/examples/common/entry/input.h @@ -22,6 +22,12 @@ struct InputBinding #define INPUT_BINDING_END { entry::Key::None, entry::Modifier::None, 0, NULL, NULL } /// +void inputInit(); + +/// +void inputShutdown(); + +/// void inputAddBindings(const char* _name, const InputBinding* _bindings); /// |