NAME
XtLastEventProcessed, XtLastTimestampProcessed - last event, last timestamp processed
SYNTAX
XEvent* XtLastEventProcessed(Display* _d_i_s_p_l_a_y);
Time XtLastTimestampProcessed(Display* _d_i_s_p_l_a_y);
ARGUMENTS
-
_d_i_s_p_l_a_y
Specifies the open display connection.
-
DESCRIPTION
_X_t_L_a_s_t_E_v_e_n_t_P_r_o_c_e_s_s_e_d
returns the last event passed to
_X_t_D_i_s_p_a_t_c_h_E_v_e_n_t
for the specified display and NULL if there has been no event. The
client must not modify the contents of the returned event.
_X_t_L_a_s_t_T_i_m_e_s_t_a_m_p_P_r_o_c_e_s_s_e_d
returns the timestamp of the last
_K_e_y_P_r_e_s_s,
_K_e_y_R_e_l_e_a_s_e,
_B_u_t_t_o_n_P_r_e_s_s,
_B_u_t_t_o_n_R_e_l_e_a_s_e,
_M_o_t_i_o_n_N_o_t_i_f_y,
_E_n_t_e_r_N_o_t_i_f_y,
_L_e_a_v_e_N_o_t_i_f_y,
_P_r_o_p_e_r_t_y_N_o_t_i_f_y,
or
_S_e_l_e_c_t_i_o_n_C_l_e_a_r
event that has been passed to
_X_t_D_i_s_p_a_t_c_h_E_v_e_n_t
for the specified display and zero if there has been no such event.
SEE ALSO
_X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s _- _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e