sdl.getKeyFromScancode

Function Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline

Available since Server 1.0.0, Client 1.0.0

int sdl.getKeyFromScancode(int scanCode)

The sdl.getKeyFromScancode function is used to fetch the key code corresponding to the given scancode according to the current keyboard layout.

Parameters

1) int scanCode The key scan code to fetch the key code for.

Return

int An integer representing the key code corresponding to the given scancode according to the current keyboard layout.

Notes

Examples

There aren't any examples for this function.

Compatibility

There isn't any compatibility information for this function.

Related

Server Related

        bindKey
        unbindAllKeys
        unbindKey


Client Related

        bindKey
        isKeyDown
        isScancodePressed
        unbindAllKeys
        unbindKey