mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
dd9452cf01
simple solution for using all kinds of Input Devices (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback). Written in C++ using Object Oriented Design patterns. NOTE: this ports lacks joystick support. For now. WWW: http://www.wreckedgames.com/ PR: ports/124711 Approved by: miwi (mentor)
9 lines
338 B
Plaintext
9 lines
338 B
Plaintext
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. forcefeedback).
|
|
Written in C++ using Object Oriented Design patterns.
|
|
|
|
NOTE: this ports lacks joystick support. For now.
|
|
|
|
WWW: http://www.wreckedgames.com/
|