Skip to content

Instantly share code, notes, and snippets.

View monkeyx-net's full-sized avatar

MonkeyX monkeyx-net

View GitHub Profile
@Flix01
Flix01 / imgui_virtual_keyboard.cpp
Last active July 17, 2024 20:07
Complete keyboard prototype for Dear ImGui version 1.87.
/* This code is an extension of the 'keyboard section' present in 'imgui_demo.cpp'.
License is the same (MIT License AFAIK)
*/
#include <imgui_virtual_keyboard.h>
namespace ImGui {
// VirtualKeyboard Implementation
const char** GetKeyboardLogicalLayoutNames() {