NAME

XPutBackEvent - put events back on the queue

SYNTAX

XPutBackEvent(Display *_d_i_s_p_l_a_y, XEvent *_e_v_e_n_t);

ARGUMENTS

_d_i_s_p_l_a_y Specifies the connection to the X server.
_e_v_e_n_t Specifies the event.

DESCRIPTION

The _X_P_u_t_B_a_c_k_E_v_e_n_t function pushes an event back onto the head of the display's event queue by copying the event into the queue. This can be useful if you read an event and then decide that you would rather deal with it later. There is no limit to the number of times in succession that you can call _X_P_u_t_B_a_c_k_E_v_e_n_t.

SEE ALSO

XAnyEvent(3X11), XIfEvent(3X11), XNextEvent(3X11), XSendEvent(3X11)
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e