490
Platforms
©2000-2008 Tibbo Technology Inc.
on_kp_event_codes enum. The key code is composed of the scan line number (bits
7-4 of the key code), and the return line number (bits 3-0). Scan and return lines
are numbered in the same order they are listed in the
and
properties.
For example, supposing you have a 4x4 keypad with <0> - <9> keys, also <F1> -
<F4>, <E> (enter) and <C> (cancel). Notice how key codes in their hex
representation reflect the number of the scan line (high digit) and return line (low
digit):
Set up the kp. object to work correctly with your hardware:
497
496