mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(gameui): implement CGUIBindings::LoadBindings
This commit is contained in:
parent
d59589550d
commit
7057bebcd6
3 changed files with 63 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ class KEYCOMMAND : public TSHashObject<KEYCOMMAND, HASHKEY_STRI> {
|
|||
|
||||
class MODIFIEDCLICK : public TSHashObject<MODIFIEDCLICK, HASHKEY_STRI> {
|
||||
public:
|
||||
void SetBinding(BINDING_SET a1, const char* binding);
|
||||
void SetBinding(BINDING_SET set, const char* binding);
|
||||
|
||||
int32_t index;
|
||||
};
|
||||
|
|
@ -53,6 +53,8 @@ class CGUIBindings {
|
|||
static CGUIBindings* s_bindings;
|
||||
|
||||
static void Initialize();
|
||||
static void LoadBindings();
|
||||
static void LoadBindings(BINDING_SET set, const char* buffer);
|
||||
|
||||
|
||||
CGUIBindings() = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue