We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acebadd commit 434aee6Copy full SHA for 434aee6
XMapLib/VirtualMap.h
@@ -9,9 +9,7 @@ namespace sds::Utilities
9
using ScanCodeType = unsigned short;
10
using VirtualKeyType = unsigned int;
11
using PrintableType = char;
12
- /// <summary>
13
- /// Utility function to map a Virtual Keycode to a char
14
- /// </summary>
+ /// <summary>Utility function to map a Virtual Keycode to a char</summary>
15
/// <returns>printable char value or 0 on error</returns>
16
[[nodiscard]] static PrintableType GetCharFromVK(const VirtualKeyType vk) noexcept
17
{
0 commit comments