isPrintableKey

fnbool isPrintableKey(ushort vk) pure @safe nothrow @nogc

Check if a virtual key code represents a printable character.

Parameters

vkVirtual key code to check.

Returns

true if the key typically produces a printable character.