You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest adding a safe way to convert an u8 value to a Vk, by being able to verify if a given u8 value corresponds to a virtual key, i.e., if there is an enum in Vk that maps to that u8 value.
Without such mechanism, there is no robust way to convert an u8 value (as received e.g., from a Windows hook) to a Vk for further use.
The text was updated successfully, but these errors were encountered:
I suggest adding a safe way to convert an
u8
value to aVk
, by being able to verify if a givenu8
value corresponds to a virtual key, i.e., if there is an enum inVk
that maps to thatu8
value.Without such mechanism, there is no robust way to convert an
u8
value (as received e.g., from a Windows hook) to aVk
for further use.The text was updated successfully, but these errors were encountered: