on peut changer les settings wtf
This commit is contained in:
@@ -16,6 +16,7 @@ class Keybinds {
|
||||
private:
|
||||
std::map<Action, std::set<sfKey>> keybinds;
|
||||
int layoutNumber;
|
||||
bool modifiable;
|
||||
|
||||
public:
|
||||
Keybinds(int layoutNumber);
|
||||
@@ -28,6 +29,8 @@ class Keybinds {
|
||||
|
||||
void clearKeys(Action action);
|
||||
|
||||
bool isModifiable() const;
|
||||
|
||||
const std::set<Action> getActions(sfKey key) const;
|
||||
|
||||
const std::set<sfKey>& getKeybinds(Action action) const;
|
||||
|
||||
Reference in New Issue
Block a user