unbindKey

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

void unbindKey(int keyCode)

The unbindKey function is used to unbind a handler from being called when a specific key is pressed or released.

Parameters

1) int keyCode The code for the key to unbind the handler from.

Return

void This function doesn't return a value.

Notes

There aren't any notes for this function.

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