Home  Contents

keyboard:clearCallbacks

Keyboard Core4 Lua Event System

SYNOPSIS

kbdhandle:clearCallbacks()

DESCRIPTION

The function keyboard:clearCallbacks() will set all callback handlers to nil. Using keyboard:clearCallbacks() instead of just assigning nil makes sure that all callbacks are cleared, even if future releases of the software support more callbacks than documented here.

SEE ALSO