Object Oriented Input System: Difference between revisions

Content deleted Content added
SassoBot (talk | contribs)
Bender the Bot (talk | contribs)
m HTTP to HTTPS for SourceForge
 
(31 intermediate revisions by 21 users not shown)
Line 1:
{{UnreferencedMore citations needed|date=May 2008}}
{{context}}
{{ infoboxInfobox software
{{Unreferenced|date=May 2008}}
|developer =Wrecked Games (pjcast), then the community
{{ infobox software
| latest release version = {{wikidata|property|edit|reference|P348}}
| developer = [http://www.wreckedgames.com/ Wrecked Games]
| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}}
| latest_release_version = 1.2
|platform =[[Cross-platform]]
| latest_release_date = {{release date and age|2008|05|12}}
|genre platform = [[Cross-platform]] =Input/Games/Entertainment
| genre license = [[Input]]Zlib License|zlib/[[Games]]/[[Entertainmentlibpng license]]
| licensewebsite = [[zlibhttps://wgois.github.com/OIS/libpng license]]
| website = http://www.wreckedgames.com/
}}
 
'''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 Informationinformation==
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.
The Object-Oriented Input Library is a mostly [[c++]] library for handling input. Input types include mouse, keyboard, joystick and Wii remote<ref>{{ cite web | url = http://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]] is 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 uses friendly [[Object-oriented]] design.
 
Various types of input including [[Mouse (computing)|mouse]], [[Keyboard (computing)|keyboard]], [[joystick]] and [[Wii remote]] are supported.
 
OIS can handle force feedback devices.
 
== References ==
{{reflist}}
 
==External links==
* [https://wgois.github.io/OIS/ Project Homepage]
* [http://www.wreckedgames.com/ Wrecked Games (creators of OIS) home page]
* [httphttps://sourceforgegithub.net/projectscom/wgois/OIS/ Source-ForgeProject projectRepository page(GitHub)]
* [https://sourceforge.net/projects/wgois Source-Forge project page (legacy)]
* [http://www.ohloh.net/projects/3936 Ohloh project page]
 
== References ==
{{reflist}}
 
[[Category:Free software programmed in C++]]