summaryrefslogtreecommitdiff
path: root/tests/test_common/keycode_util.hpp
blob: d5a520d4b2d5069b065d35155a29c7399fb3584c (plain)
1
2
3
4
5
#pragma once

#include <string>

std::string get_keycode_identifier_or_default(uint16_t keycode);