23.04.2015, 07:39
I am trying to do it so that if you press Y and H at the same time it will trigger some code to work.
if (PRESSED( KEY_YES | KEY_CTRL_BACK))
It doesn't work.
if (PRESSED( KEY_YES | KEY_CTRL_BACK))
It doesn't work.