toFluid

Convert a Raylib keyboard key to a KeyboardIO.Key code.

version(Have_raylib_d)
@safe
toFluid
(
KeyboardKey key
)

Return Value

A corresponding KeyboardIO.Key value. KeyboardIO.Key.none if the key is not recognized.

Meta