comparison input/input.h @ 13991:28a6f0847c58

add "pausing" prefix for MPlayer commands
author reimar
date Sat, 20 Nov 2004 10:51:13 +0000
parents d7af73cc38da
children 26937d8c5c9e
comparison
equal deleted inserted replaced
13990:1d971c4b0412 13991:28a6f0847c58
137 typedef struct mp_cmd { 137 typedef struct mp_cmd {
138 int id; 138 int id;
139 char* name; 139 char* name;
140 int nargs; 140 int nargs;
141 mp_cmd_arg_t args[MP_CMD_MAX_ARGS]; 141 mp_cmd_arg_t args[MP_CMD_MAX_ARGS];
142 int pausing;
142 } mp_cmd_t; 143 } mp_cmd_t;
143 144
144 145
145 typedef struct mp_cmd_bind { 146 typedef struct mp_cmd_bind {
146 int input[MP_MAX_KEY_DOWN+1]; 147 int input[MP_MAX_KEY_DOWN+1];