diff --git a/lib/srv/desktop/tdp/proto.go b/lib/srv/desktop/tdp/proto.go index 9e7a515cc58bb..e012fbf8d680f 100644 --- a/lib/srv/desktop/tdp/proto.go +++ b/lib/srv/desktop/tdp/proto.go @@ -327,8 +327,8 @@ const ( // MouseWheel is the mouse wheel scroll message. // https://github.com/gravitational/teleport/blob/master/rfd/0037-desktop-access-protocol.md#8---mouse-wheel type MouseWheel struct { - Delta int16 Axis MouseWheelAxis + Delta int16 } func (w MouseWheel) Encode() ([]byte, error) {