Object Oriented Input System: Difference between revisions

Content deleted Content added
Fiftyquid (talk | contribs)
m Fixed Windows disambiguation link
Updated intro, added one reference
Line 11:
}}
 
'''OIS''' (Object-Oriented Input LibrarySystem) 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<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.
Line 31:
* [http://sourceforge.net/projects/wgois Source-Forge project page]
* [http://www.ohloh.net/projects/3936 Ohloh project page]
 
== References ==
{{reflist}}
 
[[Category:Free software programmed in C++]]