1919MOUSEUP: button pos cell< br >
2020MOUSEMOTION: pos cell motion cellmotion< br >
2121 < br >
22- You will likely want to use the tdl.event.get function but you can still use the keywait and window_closed functions if you want.</ tt > </ p >
22+ You will likely want to use the tdl.event.get function but you can still use the keyWait and isWindowClosed functions if you want.</ tt > </ p >
2323< p >
2424< table width ="100% " cellspacing =0 cellpadding =2 border =0 summary ="section ">
2525< tr bgcolor ="#aa55cc ">
109109</ dl >
110110< dl > < dt > < strong > key</ strong > </ dt >
111111</ dl >
112+ < dl > < dt > < strong > keyname</ strong > </ dt >
113+ </ dl >
112114< dl > < dt > < strong > lalt</ strong > </ dt >
113115</ dl >
114116< dl > < dt > < strong > lctrl</ strong > </ dt >
149151</ dl >
150152< dl > < dt > < strong > key</ strong > </ dt >
151153</ dl >
154+ < dl > < dt > < strong > keyname</ strong > </ dt >
155+ </ dl >
152156< dl > < dt > < strong > lalt</ strong > </ dt >
153157</ dl >
154158< dl > < dt > < strong > lctrl</ strong > </ dt >
198202</ dl >
199203< dl > < dt > < strong > key</ strong > </ dt >
200204</ dl >
205+ < dl > < dt > < strong > keyname</ strong > </ dt >
206+ </ dl >
201207< dl > < dt > < strong > lalt</ strong > </ dt >
202208</ dl >
203209< dl > < dt > < strong > lctrl</ strong > </ dt >
393399MOUSEDOWN: button pos cell< br >
394400MOUSEUP: button pos cell< br >
395401MOUSEMOTION: pos motion cell cellmotion</ tt > </ dd > </ dl >
396- < dl > < dt > < a name ="-keypressed "> < strong > keypressed</ strong > </ a > (key)</ dt > < dd > < tt > Returns True when key is currently pressed.< br >
402+ < dl > < dt > < a name ="-isWindowClosed "> < strong > isWindowClosed</ strong > </ a > ()</ dt > < dd > < tt > Returns True if the exit button on the window has been clicked and< br >
403+ stays True afterwards.</ tt > </ dd > </ dl >
404+ < dl > < dt > < a name ="-keyPressed "> < strong > keyPressed</ strong > </ a > (key)</ dt > < dd > < tt > Returns True when key is currently pressed.< br >
397405 < br >
398406key can be a number or single length string</ tt > </ dd > </ dl >
399- < dl > < dt > < a name ="-keywait "> < strong > keywait</ strong > </ a > ()</ dt > < dd > < tt > Waits until the user presses a key. Returns < a href ="#KeyDown "> KeyDown</ a > events.</ tt > </ dd > </ dl >
400- < dl > < dt > < a name ="-window_closed "> < strong > window_closed</ strong > </ a > ()</ dt > < dd > < tt > Returns True if the exit button on the window has been clicked and< br >
401- stays True afterwards.</ tt > </ dd > </ dl >
407+ < dl > < dt > < a name ="-keyWait "> < strong > keyWait</ strong > </ a > ()</ dt > < dd > < tt > Waits until the user presses a key. Returns < a href ="#KeyDown "> KeyDown</ a > events.</ tt > </ dd > </ dl >
402408</ td > </ tr > </ table > < p >
403409< table width ="100% " cellspacing =0 cellpadding =2 border =0 summary ="section ">
404410< tr bgcolor ="#55aa55 ">
405411< td colspan =3 valign =bottom > < br >
406412< font color ="#ffffff " face ="helvetica, arial "> < big > < strong > Data</ strong > </ big > </ font > </ td > </ tr >
407413
408414< tr > < td bgcolor ="#55aa55 "> < tt > </ tt > </ td > < td > </ td >
409- < td width ="100% "> < strong > __all__</ strong > = ['Quit', 'MouseUp', 'KeyDown', 'keypressed ', 'MouseMotion', 'MouseButtonEvent', 'local', 'get ', 'MouseDown ', 'window_closed ', 'KeyEvent', 'KeyUp', 'keywait', 'ctypes ', 'Event']</ td > </ tr > </ table >
415+ < td width ="100% "> < strong > __all__</ strong > = ['Quit', 'MouseUp', 'KeyDown', 'keyWait ', 'MouseMotion', 'keyPressed', ' MouseButtonEvent', 'local', 'isWindowClosed ', 'get ', 'ctypes ', 'KeyEvent', 'KeyUp', 'MouseDown ', 'Event']</ td > </ tr > </ table >
410416</ body > </ html >
0 commit comments