Difference between revisions of "DXtoToken"
Jump to navigation
Jump to search
Added see also section
imported>Speedo m (→Setup) |
imported>Speedo (Added see also section) |
||
Line 241: | Line 241: | ||
*Any time that an unsupported or unrecognized keycode is processed, '''sToken''' will be -1, which is an empty string. | *Any time that an unsupported or unrecognized keycode is processed, '''sToken''' will be -1, which is an empty string. | ||
*If you want to convert DX keycodes to ASCII values, simply check that '''sToken''' is not -1, and the multiply it by -1. | *If you want to convert DX keycodes to ASCII values, simply check that '''sToken''' is not -1, and the multiply it by -1. | ||
==See Also== | |||
*[[Text Input With Pluggy]] | |||
[[Category: Pluggy]] | [[Category: Pluggy]] |