The TeamSTARS "tsWxGTUI_PyVx" Toolkit is designed to be a foundation for developing, operating and troubleshooting those Python Curses based application programs embedded in local and remote 32-/64-bit computer systems used to monitor and control mission critical equipment.
13
stars
1
forks
source link
tsLibGUI/tsWxEventLoop handles mouse clicks but not the mouse press-move-release needed for cut-paste. #34
Enhance mouse input to support text editing. Supporting operations such as cut-move-paste and copy-move-paste involves the following operator actions: mouse button press, mouse move, mouse button release. Current xterm design only handles single-/double-/triple-clicks. Current vt100 design only handles single-clicks.
Enhance mouse input to support text editing. Supporting operations such as cut-move-paste and copy-move-paste involves the following operator actions: mouse button press, mouse move, mouse button release. Current xterm design only handles single-/double-/triple-clicks. Current vt100 design only handles single-clicks.