Skip to content

Commit

Permalink
Converting keybindings screen to ImGui
Browse files Browse the repository at this point in the history
  • Loading branch information
katemonster33 committed Feb 25, 2024
1 parent 218a820 commit f0ae4ea
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 25 deletions.
2 changes: 2 additions & 0 deletions src/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "translation.h"

class cata_path;
class keybindings_ui;

// Curses key constants
constexpr int KEY_ESCAPE = 27;
Expand Down Expand Up @@ -199,6 +200,7 @@ constexpr int JOY_LEFTDOWN = 256 + 8;
*/
class input_manager
{
friend class keybindings_ui;
public:
// TODO: rewrite this to have several alternative input events for the same action

Expand Down
Loading

0 comments on commit f0ae4ea

Please sign in to comment.