From mboxrd@z Thu Jan 1 00:00:00 1970 From: jeff Subject: Keyboard and Mouse library Date: Wed, 16 Jul 2003 03:03:15 -0700 Sender: linux-assembly-owner@vger.kernel.org Message-ID: <200307160303.16120.jko@save-net.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-assembly@vger.kernel.org Hello, I'm trying to create a linux library and running into trouble with the mouse. The intent was to use kernel calls only and run from the user level. Is this possible? I've looked at Gpm which works with terminals but find the "c" code difficult. Assembler for me is much easier to understand. Also, it would be nice to get the raw keyboard scan codes. I've found programs that claim to do this but they don't work on my 9.1 Mandrake version of Linux? Any suggestions or ideas? Jeff Owens