diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2011-07-17 19:13:01 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:51:49 -0500 |
commit | 50b11656501449deec9506c0fc4424008075ccd9 (patch) | |
tree | f0def2a9bd4a7a3391f3d7b665946e67485a1281 /libraries/ois/README | |
parent | c8720641c5cef12193c0b28d14aa14d7b3ac31e9 (diff) | |
download | slackbuilds-50b11656501449deec9506c0fc4424008075ccd9.tar.gz |
libraries/ois: Added (Oriented Input System)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/ois/README')
-rw-r--r-- | libraries/ois/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/ois/README b/libraries/ois/README new file mode 100644 index 0000000000..5961655984 --- /dev/null +++ b/libraries/ois/README @@ -0,0 +1,4 @@ +Object Oriented Input System (OIS) is meant to be a cross platform, +simple solution for using all kinds of Input Devices (Keyboards, Mice, +Joysticks, etc) and feedback devices (e.g. force feedback). Written in +C++ using Object Oriented Design pattern. |