Revision: 1149
http://gambas.svn.sourceforge.net/gambas/?rev=1149&view=rev
Author: lordheavy
Date: 2008-03-06 05:34:57 -0800 (Thu, 06 Mar 2008)
Log Message:
-----------
New api:
- Joystick doesn't take any parameter when created (see Joystick.Open() method).
- Joystick.Open(device as String) open a joystick device. No new object is autocreated.
- Joystick.Close() close the opened joystick device.
- A new event: Error is raised when an error is raised during the use of the device, the joystick
device is automaticly closed (raised too when the joystick is unplugged!).
Modified Paths:
--------------
gambas/branches/2.0-lordhExpComp/gb.joystick/src/gb.joystick/Joysticks.class
gambas/branches/2.0-lordhExpComp/gb.joystick/src/joydev.h
gambas/branches/2.0-lordhExpComp/gb.joystick/src/joylinux.c
gambas/branches/2.0-lordhExpComp/gb.joystick/src/joystick.c
gambas/branches/2.0-lordhExpComp/gb.joystick/src/joystick.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|