Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 10-17-2014, 12:08 AM   #1
Mickyjames
Registered User
 
Join Date: Dec 2013
Posts: 19
Fail to get mouse move event

I'm using google closure library and registering for click and mouse move event. I get the click event, however Mouse move event doesn't come. This is observed for Chrome browser, get the same event in Firefox

<canvas id='canvas1' width="512px" height="512px" style='top:0px;right:0px;' > </canvas>

MyTest.virtualCanvas = function(){
this.destCanvas = document.getElementById('canvas1');
this.destCtx = this.destCanvas.getContext('2d');


this.getCallBackFn = this.highContrastFn.bind(this);
this.mouseMoveBackFn = this.mouseMoveCB.bind(this);

goog.events.listen(this.destCanvas, goog.events.EventType.CLICK, this.getCallBackFn);
goog.events.listen(this.destCanvas, goog.events.EventType.MOUSEMOVE, this.mouseMoveBackFn);


};



MyTest.virtualCanvas.prototype.mouseMoveCB = function(evt){
var x = evt.offsetX;
var y = evt.offsetY;

}

MyTest.virtualCanvas.prototype.highContrastFn = function(evt){
var x = evt.offsetX;
var y = evt.offsetY;

}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Mickyjames is offline   Reply With Quote

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to move my site to a new domain? eigeehte Hosting Discussion 8 07-08-2015 10:31 AM
Move to HostGator? mjvndhsb Hosting Discussion 7 09-13-2014 02:17 PM
What is the difference between an event planner and an event producer? jackthomas087 General Discussion 0 06-18-2014 03:35 AM
Custom Event Games Summary's skwmk2012 General Discussion 6 12-13-2013 01:08 AM
eUKhost is celebrating the Olympics 2012 Event & Appeals To Join The Celebrations ! Asher ross Post your ad here 0 07-31-2012 05:46 AM


All times are GMT -7. The time now is 04:21 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.