| #include <vv_key.h> | |
| int | k_beep (KEYCTRLPTR kcp, EVENTPTR eventp)
Beeps, if beeping on no action is enabled |
| int | k_dn (KEYCTRLPTR kcp, EVENTPTR eventp)
Sets the action code AC_DOWN |
| int | k_exit (KEYCTRLPTR kcp, EVENTPTR eventp)
Requests to exit the current process by setting the action code to AC_EXIT |
| int | k_lft (KEYCTRLPTR kcp, EVENTPTR eventp)
Sets the next action code to AC_LEFT |
| void | k_nextact (int act_code, KEYCTRLPTR kcp)
Sets the next action code |
| int | k_quit (KEYCTRLPTR kcp, EVENTPTR eventp)
Requests to quit the current process by setting the action code to AC_QUIT |
| int | k_rt (KEYCTRLPTR kcp, EVENTPTR eventp)
Sets the next action code to AC_RIGHT |
| int | k_up (KEYCTRLPTR kcp, EVENTPTR eventp)
Sets the next action code to AC_UP |