Package: gdk
Function gdk:events-pending
Lambda Listgdk:events-pending () Return ValueTrue if any events are pending. Details
Checks if any events are ready to be processed for any display. Example
(defun clear-event-loop ()
(loop while (gdk:events-pending)
do (gtk-main-iteration-do nil))) | See also |
2023-2-26