Subversion Repositories wimsdev

Rev

Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 13573
Line 1... Line 1...
1
/*
1
/*
2
        DynAPI Distribution
2
        DynAPI Distribution
3
        MouseEvent Class
3
        MouseEvent Class
4
 
4
 
5
        The DynAPI Distribution is distributed under the terms of the GNU LGPL license.
5
        The DynAPI Distribution is distributed under the terms of the GNU LGPL license.
6
       
6
 
7
        requires: dynapi.api.DynDocument
7
        requires: dynapi.api.DynDocument
8
*/
8
*/
9
 
9
 
10
function MouseEvent(dyndoc) {
10
function MouseEvent(dyndoc) {
11
        this.DynEvent = DynEvent;
11
        this.DynEvent = DynEvent;