Hi,
I just wanted to know why hexadecimals are used in the Z-Stack 3.0 such as the line, "#define UI_KEY_AUTO_PRESSED 0xFFFF" which is equivalent to 65,535 in decimal. Besides easiness (like typing), is there there any other reasons as to why hex is used over the decimal value? Also in the Z-Stack 3.0, why would such a high value need to be used in the line above instead of something low like 100 (decimal)?