We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
In the expression of keyCode it says:.
[...] "When checking for these keys, it can be useful to first check if the key is coded. This is done with the conditional if (key == CODED), as shown in the example above" [...]
I don't understand why it might be useful to check if the key is coded. Can anybody help me understand?
Cheers,
Answers
We can also distinguish between coded and not coded with a if clause CODED and then analyze coded and not coded separately which is also a optimization