Object Oriented Input System: Difference between revisions

Content deleted Content added
Created page with '{{ infobox software | developer = [http://www.wreckedgames.com/ Wrecked Games] | latest_release_version = 1.2 | latest_release_date = 12 May [[2...'
 
Bender the Bot (talk | contribs)
m HTTP to HTTPS for SourceForge
 
(43 intermediate revisions by 30 users not shown)
Line 1:
{{More citations needed|date=May 2008}}
{{ infoboxInfobox software
| developer = [http://www.wreckedgames.com/ Wrecked Games]
|developer =Wrecked Games (pjcast), then the community
| latest_release_version = 1.2
| latest release version = {{wikidata|property|edit|reference|P348}}
| latest_release_date = [[12 May]] [[2008]]
| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}}
| platform = [[Cross-platform]]
| genre platform = [[Input]]/[[Games]]/[[EntertainmentCross-platform]]
|genre license = [[zlib=Input/libpng license]]Games/Entertainment
| websitelicense =[[Zlib http://www.wreckedgames.comLicense|zlib/libpng license]]
|website =https://wgois.github.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]].
 
==General Informationinformation==
The Object-OrientatedOriented Input Library is a mostly [[cC++]] library for handling input. Input types include mouse, keyboard, joystick and [[Wii remote]].<ref>{{cite web|url= https://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. [[OSXOS X]] and [[FreeBSD]] isare only partially supported.
The Object-Orientated 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. [[OSX]] is only partially supported.
 
==Features==
OIS uses friendlyan [[object-oriented programming|Object-oriented]] design.
 
Various types of input including [[Mouse (computing)|mouse]], [[Computer keyboard|keyboard]], joysick[[joystick]] and [[Wii remoteRemote]] are supported.
OIS uses friendly [[Object-oriented]] design.
 
Various types of input including mouse, keyboard, joysick and [[Wii remote]] are supported.
 
OIS can handle force feedback devices.
 
==References==
{{reflist}}
 
==External links==
* [https://wgois.github.io/OIS/ Project Homepage]
* [https://github.com/wgois/OIS/ Project Repository (GitHub)]
* [https://sourceforge.net/projects/wgois Source-Forge project page (legacy)]
* [http://www.ohloh.net/projects/3936 Ohloh project page]
 
[[Category:Free software programmed in C++]]