From mint-bounce@lists.fishpool.fi  Sun Sep 18 09:36:53 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
X-Envelope-From: Gerhard_Stoll@b.maus.de
X-Envelope-To: <mint@fishpool.com>
From: Gerhard_Stoll@b.maus.de (Gerhard Stoll)
To: mint@fishpool.com
Subject: [MiNT] Eiffel mouse wheel direction
Message-ID: <200509172235.p45590@b.maus.de>
In-Reply-To: <1126975358.25153.35.camel@joy.home>
Date: Sat, 17 Sep 2005 22:35:00 +0200
Organization: MAUS Berlin (+49-30-82701142)
X-Gateway: b3.maus.de gb1.1r 102698.1858
X-Gateway-Administrator: postmaster@b3.maus.de
Lines: 31
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: Gerhard_Stoll@b.maus.de
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-0.5 tagged_above=-50.5 required=7.0 tests=AWL,
 BAYES_00, DATE_IN_PAST_06_12
X-Spam-Level: 

> Please tell me what IKBD bytes (status frame)

Eiffel send noch special IKBD code. You can tell Eiffel what scancode it send,
when you turn the wheel.

Eiffel docu:
-------------------------------cut-------------------------------
7.4  PROGMS                                                   Eiffel 3

  0x06
  index
  code

Program a mouse's scancode (since Eiffel 1.0.4).

Index values are:
 WHEELUP      0x00
 WHEELDOWN    0x01
 WHEELLEFT    0x02
 WHEELRIGHT   0x03
 BUTTON3      0x04
 ADR_BUTTON4  0x05
 ADR_BUTTON5  0x06
 ADR_WHREPEAT 0x07 Number of lines to scroll, default is 3.

Data is the scancode to map or the number to repeat the scancode
associated to the both wheel.
-------------------------------cut-------------------------------

Gerhard


