File: Changes

package info (click to toggle)
libois-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: cpp: 392; perl: 386; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 576 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0.10  2013-05-13
- updated to version 1.3.0 of OIS

0.05  2009-09-15
- updated to version 1.2.0 of OIS
  (needs more work...)

0.04  2007-12-04
- fixed MouseState (I was doing "new MouseState", which meant that
  any time you set width or height it wouldn't actually affect
  the MouseState of the Mouse object itself...)

0.03  2007-09-02
- KeyEvent, MouseEvent wrapped
- MouseEvent no longer segfaults (I think)

0.02  2007-08-30
- fixed setEventCallback for Keyboard, Mouse, and JoyStick classes,
  along with the PerlOIS*Listener classes

0.01  2007-08-28
- first release