TwKeyPressed (function)DescriptionCall this function to inform AntTweakBar when a keyboard event occurs.
AntTweakBar interprets this event and acts consequently if it corresponds to a registered key shortcut. So For your convenience, the received key shortcut is displayed at the bottom of the Help bar. If you are using SDL, GLUT, GLFW or Windows (DirectX), the library provides some helper functions to handle events. See the section how to integrate for more details. ParameterskeyThe ASCII code of the pressed key, or one of the TwKeySpecial codes. modifiersOne or a OR-ed combination of the TwKeyModifier constants. Return value
See also |