Jump to content

Object Oriented Input System

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by GoingBatty (talk | contribs) at 04:17, 1 March 2019 (→‎top: General fixes and manual cleanup). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Object Oriented Input System
Developer(s)Wrecked Games (pjcast), then the community
Stable release
1.4 / July 16, 2017; 6 years ago (2017-07-16)
Repository
PlatformCross-platform
TypeInput/Games/Entertainment
Licensezlib/libpng license
Websitehttps://wgois.github.com/OIS/

OIS (Object-Oriented Input System) is a code library for constructing a human-computer interface with input devices such as a keyboard, mouse or game controller. OIS is designed so that software developers can easily use input from these devices with a computer application.

General information

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

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

Features

OIS uses an Object-oriented design.

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

OIS can handle force feedback devices.

External links

References

  1. ^ "SourceForge: version 1.2 release notes".