Cemu/src/imgui
SSimco 9f02733a0d
Use unordered_map for keydown to allow codes above 255 (#248)
- Adds internal support for 32bit key codes, required for proper keyboard input on Linux
- Use gdk_keyval_name to get key name on Linux
2022-09-19 03:07:26 +02:00
..
CMakeLists.txt Properly list files in CMakeLists instead of using GLOB (#249) 2022-09-17 03:24:57 +02:00
imgui_extension.cpp Use unordered_map for keydown to allow codes above 255 (#248) 2022-09-19 03:07:26 +02:00
imgui_extension.h Add all the files 2022-08-22 22:21:23 +02:00
imgui_impl_opengl3.cpp Add all the files 2022-08-22 22:21:23 +02:00
imgui_impl_opengl3.h Add all the files 2022-08-22 22:21:23 +02:00
imgui_impl_vulkan.cpp Add all the files 2022-08-22 22:21:23 +02:00
imgui_impl_vulkan.h Add all the files 2022-08-22 22:21:23 +02:00