From: Prashant TR
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <14549.23509.43273.137707@envy.midpec.com>
Date: Mon, 20 Mar 2000 03:59:33 +0500 (MVT)
To: djgpp AT delorie DOT com
Subject: Re: Keyboard handler...
In-Reply-To: <38d53649$0$87706@news.execpc.com>
References: <38d53649$0$87706 AT news DOT execpc DOT com>
Reply-To: djgpp AT delorie DOT com
Errors-To: dj-admin AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com
Precedence: bulk
On 19 March 2000, Brian Racer wrote:
> Where can I find tutorials for a keyboard handler under DJGPP?
See section 18.9 of the FAQ. It gives you some details about how to hook
hardware interrupts.
> I know there is a new_keyboard_handler() thinger but how do I use it?
Which function is this? There's no function like new_keyboard_handler().