Xref: utzoo comp.lang.c:35573 comp.os.msdos.programmer:2993 comp.sys.ibm.pc.programmer:2567 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!gatech!uflorida!reef.cis.ufl.edu!jdb From: jdb@reef.cis.ufl.edu (Brian K. W. Hook) Newsgroups: comp.lang.c,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer Subject: Joysticks Message-ID: <26542@uflorida.cis.ufl.EDU> Date: 28 Jan 91 15:36:10 GMT References: <26541@uflorida.cis.ufl.EDU> Sender: news@uflorida.cis.ufl.EDU Distribution: usa Organization: UF CIS Dept. Lines: 8 I am trying to write a game that uses the joystick and was wondering if there is a standard interface to the joystick in C that I can access? Is their a standard BIOS call I could do using int86()? Is polling the BIOS too slow for a highspeed game? Any info would be appreciated, Brian