Object Oriented Input System: Difference between revisions

Content deleted Content added
Alex.Cham (talk | contribs)
No edit summary
Bender the Bot (talk | contribs)
m HTTP to HTTPS for SourceForge
 
(15 intermediate revisions by 9 users not shown)
Line 1:
{{RefimproveMore citations needed|date=May 2008}}
{{Infobox software
|developer =[http://www.wreckedgames.com/ Wrecked Games] (pjcast), then the community
| latest release version = {{wikidata|property|edit|reference|P348}}
|latest_release_version =1.3
|latest_release_date latest release date = {{releasestart date and age|2010{{wikidata|qualifier|12P348|19P577}}}}
|latest_preview_version =1.4
|latest preview date ={{release date and age|2012|04|04}}
|platform =[[Cross-platform]]
|genre =Input/Games/Entertainment
|license =[[Zlib License|zlib/libpng license]]
|website =httphttps://wwwwgois.wreckedgamesgithub.com/OIS/
}}
 
'''OIS''' (Object-Oriented Input System) is a [[Library (computing)|code library]] for constructing a [[Human–computer interaction|human-computer interface]] with [[input device]]s such as a keyboard, mouse or game controller. OIS is designed so that software developers can easily use input from these devices with a [[Application software|computer application]].
 
{{clr}}
[[File:06112014201001OISObject.png|1024px|Object Oriented Input System (OIS), a cross-platform input system]]
{{clr}}
==General information==
The Object-Oriented Input Library is a mostly [[cC++]] library for handling input. Input types include mouse, keyboard, joystick and [[Wii remote]].<ref>{{cite web|url= httphttps://sourceforge.net/forum/forum.php?forum_id=797532|title=SourceForge: version 1.2 release notes}}</ref>
 
OIS is meant to be cross-platform, supporting [[Microsoft Windows|Windows]] and [[Linux]] systems. [[OS X]] and [[FreeBSD]] are only partially supported.
 
==Features==
OIS uses an [[Objectobject-oriented programming|Object-oriented]] design.
 
Various types of input including [[Mouse (computing)|mouse]], [[Computer keyboard|keyboard]], [[joystick]] and [[Wii Remote]] are supported.
 
OIS can handle force feedback devices.
 
==External links==
* [http://www.wreckedgames.com/forum/index.php Wrecked Games (creators of OIS) forum]
* [http://sourceforge.net/projects/wgois Source-Forge project page]
* [http://www.ohloh.net/projects/3936 Ohloh project page]
 
==References==
{{reflist}}
 
==External links==
* [https://wgois.github.io/OIS/ Project Homepage]
* [https://github.com/wgois/OIS/ Project Repository (GitHub)]
* [httphttps://sourceforge.net/projects/wgois Source-Forge project page (legacy)]
* [http://www.ohloh.net/projects/3936 Ohloh project page]
 
[[Category:Free software programmed in C++]]