diff options
author | culler <culler> | 2020-05-12 15:12:51 (GMT) |
---|---|---|
committer | culler <culler> | 2020-05-12 15:12:51 (GMT) |
commit | f295f92dd0c2e638798d2e8c937eb6dd15090d45 (patch) | |
tree | 34a29fe2eff1ddb12dfe5beba5c029103967a01c /doc | |
parent | 5ea84f1facd9798ae08f5d0d49fb5237ec125bf2 (diff) | |
parent | 523aa062a1f89ea321f1d046e44486dc6523d3f1 (diff) | |
download | tk-f295f92dd0c2e638798d2e8c937eb6dd15090d45.zip tk-f295f92dd0c2e638798d2e8c937eb6dd15090d45.tar.gz tk-f295f92dd0c2e638798d2e8c937eb6dd15090d45.tar.bz2 |
Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for generated events. Key event handling was completely reworked.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bind.n | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -510,6 +510,9 @@ For \fBButton\fR, \fBButtonRelease\fR, \fBMotion\fR, \fBKey\fR, \fBKeyRelease\fR, and \fBMouseWheel\fR events, \fB%x\fR and \fB%y\fR indicate the position of the mouse pointer relative to the receiving window. +For key events on the Macintosh these are the coordinates of the +mouse at the moment when an X11 KeyEvent is sent to Tk, which could +be slightly later than the time of the physical press or release. For \fBEnter\fR and \fBLeave\fR events, the position where the mouse pointer crossed the window, relative to the receiving window. For \fBConfigure\fR and \fBCreate\fR requests, the \fIx\fR and \fIy\fR |