Lines Matching defs:action

94  * Holds input actions being accumulated until the input action buffer is
99 * the index into the input action buffer
119 static int XTestKeyOrButton(Display *display, int device_id, long unsigned int delay, unsigned int code, unsigned int action);
147 * input action buffer is empty
166 * action list will not fit in the request, then unlock
196 * Set the action_list area to all 0's. An input action header
197 * value of 0 is interpreted as a flag to the input action
271 * set the action handling mode
392 * Returns the number of input actions in the server's input action buffer.
402 * server's input action buffer
598 * point at where the input action bytes go in the new event
602 * copy the input action bytes from the wire event to
703 unsigned int action)
706 * holds a key input action to be filled out and sent to the server
718 * fill out the key input action(s) as appropriate
720 switch(action)
725 * key input action, send a delay input action.
749 * pack the input action into a request to be sent to the
758 * key input action, send a delay input action.
782 * pack the input action into a request to be sent to the
791 * key input action, send a delay input action.
801 * create a key/button-down input action header
815 * pack the input action into a request to be sent to the
833 * key input action, send a delay input action.
843 * create a key/button-up input action header
857 * pack the input action into a request to be sent to the
865 * invalid action value, return -1
888 * holds a motion input action to be filled out and sent to the server
892 * holds a jump input action to be filled out and sent to the server
928 * input action, send a delay input action.
950 * a motion input action, then use a jump input action.
951 * Otherwise, use a motion input action.
957 * create a jump input action header
971 * pack the jump input action into a request to be
988 * create a motion input action header
1012 * pack the motion input action into a request to be
1038 * will fit in a normal input action, then send a delay input action.
1046 * holds a delay input action to be filled out and sent to the server
1051 * if the delay value will fit in the input action,
1052 * then there is no need for a delay input action
1059 * fill out a delay input action
1065 * delay input action, so set the original delay value to 0
1069 * pack the delay input action into a request to be sent to the
1081 * If the input action buffer is full or the number of input actions
1115 * if the specified input action will fit in the the input
1116 * action buffer and won't exceed the server's capacity, then
1117 * put the input action into the input buffer
1123 * copy the input action into the buffer
1130 * increment the action count
1140 * input action capacity will be reached, then ask for an
1166 * copy the input action into the buffer
1173 * increment the action count
1220 * mark the input action buffer as empty
1240 * set the input action count back to 0
1287 * Send any input actions in the input action buffer to the server.
1298 * if there are no input actions in the input action buffer,