fork download
  1.  
  2. switch(Key)
  3. {
  4. case KEY_LEFT:
  5. case KEY_RIGHT:
  6. case KEY_UP:
  7. case KEY_DOWN:
  8. case KEY_ENTER:
  9. default:
  10. return false;
  11. }
  12. return true;
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty