Skip to content

Instantly share code, notes, and snippets.

@JoelLinn
JoelLinn / main.cpp
Last active April 17, 2020 23:05
XInputGetKeystroke Test.
#include <iostream>
#include <iomanip>
#include <map>
#include <thread>
#include <chrono>
#include "Windows.h"
#include "Xinput.h"
static const std::map<int, std::string_view> vk = {