Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
JTEST.C
Package: Joystick.zip [view]
Upload User: lllw2006
Upload Date: 2007-01-05
Package Size: 39k
Code Size: 5k
Category:
Game Program
Development Platform:
DOS
- /*
- ** Test program for joystick library.
- **
- ** This file is part of:
- **
- ** Joystick Library for Dos.
- ** Version: 1.1
- **
- ** Last modified: June 15th, 1997
- **
- ** (C) 1997 Simone Zanella Productions.
- **
- ** E-mail: szanella@dsi.unive.it
- ** zanella@prometeo.it
- **
- ** Web: http://www.dsi.unive.it/~szanella/index.htm
- ** http://members.tripod.com/~szanella/index.htm
- **
- ** Changes from version 1.0:
- **
- ** - added support for 4 and 6 buttons joysticks;
- ** - added command line parameter mode;
- ** - changed calibration to manual, to avoid incompatibilities and
- ** to get a faster reading;
- ** - calibration is now saved to JTEST.JC, in JTEST.EXE directory;
- ** - removed tolerances.
- **
- ** --------------------------------------------------------
- **
- ** This is freeware: use it as you like, but ALWAYS include
- ** the original author's name in the docs of your program.
- **
- ** --------------------------------------------------------
- */
- #include <conio.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include "joystick.h"
- #ifndef __BORLANDC__
- #define min(a, b) (((a) < (b)) ? (a) : (b))
- #define max(a, b) (((a) > (b)) ? (a) : (b))
- #endif
- static int mode = JOY_2BUTTONS;
- void printstatus(unsigned char jready, unsigned int j0, unsigned int j1)
- {
- /* Show status for both joysticks */
- char l[13][26];
- unsigned char j, o, ln;
- unsigned int jflags;
- strcpy(l[0], "