Object Oriented Input System

From Wikipedia, the free encyclopedia

Object Oriented Input System
Developed by Wrecked Games
Latest release 1.2 / 12 May 2008
Platform Cross-platform
Genre Input/Games/Entertainment
License zlib/libpng license
Website http://www.wreckedgames.com/

OIS (Object-Oriented Input Library) is a code library for constructing a human-computer interface with input devices, designed so that software developers can easily use input from these devices with a computer application.

[edit] General Information

The Object-Oriented Input Library is a mostly c++ library for handling input. Input types include mouse, keyboard, joystick and Wii remote.

OIS is meant to be cross-platform, supporting Windows and Linux systems. Mac OS X is only partially supported.

[edit] Features

OIS uses friendly Object-oriented design.

Various types of input including mouse, keyboard, joystick and Wii remote are supported.

OIS can handle force feedback devices.

[edit] External links