-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
improve/port Tk event handling #1473
Copy link
Copy link
Closed
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestsystem:macAffects only macOSAffects only macOSsystem:windowsAffects only WindowsAffects only Windows
Metadata
Metadata
Assignees
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestsystem:macAffects only macOSAffects only macOSsystem:windowsAffects only WindowsAffects only Windows
extras/tk.jlcurrently uses an X11-specific hack to handle events. We need to use a more portable method of integrating Tcl/Tk's event loop with our own.We may need to use
Tcl_CreateEventSource, as documented here: http://www.tcl.tk/man/tcl8.4/TclLib/Notifier.htmThis may require adding features like timers to our event loop, which will happen already with the libuv branch.