Skip to content

Commit

Permalink
Move away lookup tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimuNotMoe committed Dec 25, 2018
1 parent 8d0c531 commit d8f8650
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 215 deletions.
4 changes: 0 additions & 4 deletions uInput.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
#include "uInputSetup.hpp"

namespace uInputPlus {
extern const std::unordered_map<char, int> KeyTextStringTable;
extern const std::unordered_map<char, int> KeyTextStringTableUpper;
extern const std::unordered_map<std::string, int> KeyStringTable;
extern const std::unordered_map<std::string, int> EventCodeStringTable;

class uInputCoordinate {
public:
Expand Down
Loading

0 comments on commit d8f8650

Please sign in to comment.