Skip to content

Commit

Permalink
feat: exposed internal keyboard mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jul 29, 2024
1 parent 23823cc commit 56bc064
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ if (UNIX AND NOT APPLE)
file(GLOB SRC_LIST SRCS src/uinput/*.cpp)
target_sources(libinputtino PRIVATE
${SRC_LIST}
"src/uinput/keyboard.hpp"
"src/uinput/joypad_utils.hpp"
"src/uhid/joypad_ps5.cpp")
target_include_directories(libinputtino PUBLIC "src/uinput/include" "src/uhid/include/")
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/uinput/keyboard.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include "keyboard.hpp"
#include "inputtino/input.hpp"

#include <algorithm>
#include <cstring>
#include <inputtino/protected_types.hpp>
#include <inputtino/keyboard.hpp>
#include <thread>

namespace inputtino {
Expand Down

0 comments on commit 56bc064

Please sign in to comment.