Subversion Repositories Kolibri OS

Rev

Rev 7282 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7282 Rev 7742
Line 73... Line 73...
73
				links[active].w, links[active].h, 0);
73
				links[active].w, links[active].h, 0);
74
				return false;
74
				return false;
75
			}
75
			}
76
			if (mouse.mkm) && (mouse.up) {
76
			if (mouse.mkm) && (mouse.up) {
77
				open_in_a_new_window = true;
77
				open_in_a_new_window = true;
78
				ClickLink();
78
				EventClickLink();
79
				return false;
79
				return false;
80
			}
80
			}
81
			if (mouse.lkm) && (mouse.up) { 
81
			if (mouse.lkm) && (mouse.up) { 
82
				CursorPointer.Restore();
82
				CursorPointer.Restore();
83
				ClickLink();
83
				EventClickLink();
84
				return false;
84
				return false;
85
			}
85
			}
86
			if (mouse.pkm) && (mouse.up) { 
86
			if (mouse.pkm) && (mouse.up) { 
87
				EventShowLinkMenu(mouse.x, mouse.y);
87
				EventShowLinkMenu(mouse.x, mouse.y);
88
				return false;
88
				return false;