The CHAR_TYPED event runs every time a character is inputted
Takes three parameters, the resulting "string" after converting the code point, the "modifier", which is a bitmask number detecting if you have any modifier keys being pressed (like shift or alt, for example), and the "codepoint" of the inputted char
field signature:
CHAR_TYPED
Method Property | Fluent Description | Representation |
Field Type | an Event | |