Interface ScreenKeyboardEvents.AfterKeyPress
- Enclosing class:
ScreenKeyboardEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterKeyPress(Screen screen, int key, int scancode, int modifiers) Called after a key press is handled.
-
Method Details
-
afterKeyPress
Called after a key press is handled.- Parameters:
key- the named key code which can be identified by the constants inGLFWscancode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down- See Also:
-