MouseWheelMode Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 8.0.9673)
Determines behavior for mouse wheel action.
Syntax
public enum MouseWheelMode
Fields
| Name | Description |
|---|---|
| AppDriven | Scroll mode is driven by the currently executed application at the server (application must send mouse tracking escape sequence). |
| None | No action is performed. |
| ScrollGui | Scrolls terminal GUI. If Shift is pressed, send scroll info to server instead. |
| SendToServer | Sends scroll info to server. If Shift is pressed, scroll terminal GUI instead. |