Object Oriented Input System: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Correct cap in header and/or general fixes. using Project:AWB
Bender the Bot (talk | contribs)
m HTTP to HTTPS for SourceForge
 
(28 intermediate revisions by 19 users not shown)
Line 1:
{{ContextMore citations needed|date=OctoberMay 20092008}}
{{Unreferenced|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.2
| latest_release_datelatest release date = {{releasestart date and age|2008{{wikidata|qualifier|05P348|12P577}}}}
| platform = [[Cross-platform]]
| genre = [[Input]]/[[Game]]sGames/[[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 devicesdevice]]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]].
 
==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. [[Mac OS X]] isand [[FreeBSD]] are only partially supported.
 
==Features==
OIS uses friendlyan [[object-oriented programming|Object-oriented]] design.
 
Various types of input including [[Mouse (computing)|mouse]], [[KeyboardComputer (computing)keyboard|keyboard]], [[joystick]] and [[Wii remoteRemote]] are supported.
 
OIS can handle force feedback devices.
 
==External links==
* [http://www.wreckedgames.com/ Wrecked Games (creators of OIS) home page]
* [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++]]