get_current_event_time

function get_current_event_time():guint32 {
    // Gjs wrapper for gtk_get_current_event_time()
}

If there is a current event and it has a timestamp, return that timestamp, otherwise return %GDK_CURRENT_TIME.

Returns

the timestamp from the current event, or %GDK_CURRENT_TIME.