Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #24451 > unrolled thread

Is it possible to detect the scroll wheel inside a <canvas>?

Started bybit-naughty@hotmail.com
First post2014-05-27 23:19 -0700
Last post2014-06-01 06:45 -0700
Articles 6 — 3 participants

Back to article view | Back to comp.lang.javascript


Contents

  Is it possible to detect the scroll wheel inside a <canvas>? bit-naughty@hotmail.com - 2014-05-27 23:19 -0700
    Re: Is it possible to detect the scroll wheel inside a <canvas>? Ed Jay <edMbj@aes-intl.com> - 2014-05-27 23:48 -0700
      Re: Is it possible to detect the scroll wheel inside a <canvas>? "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-05-28 10:45 +0200
      Re: Is it possible to detect the scroll wheel inside a <canvas>? bit-naughty@hotmail.com - 2014-06-01 01:12 -0700
        Re: Is it possible to detect the scroll wheel inside a <canvas>? "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-06-01 10:38 +0200
        Re: Is it possible to detect the scroll wheel inside a <canvas>? Ed Jay <edMbj@aes-intl.com> - 2014-06-01 06:45 -0700

#24451 — Is it possible to detect the scroll wheel inside a <canvas>?

Frombit-naughty@hotmail.com
Date2014-05-27 23:19 -0700
SubjectIs it possible to detect the scroll wheel inside a <canvas>?
Message-ID<f1ab5bb7-1eb3-4a35-a8fb-6b219cc112e5@googlegroups.com>
Just to add to my post some time back about detecting the right mouse button, I understand the middle mouse *button* can be detected, but what about the scroll wheel?


Thanks.

[toc] | [next] | [standalone]


#24452

FromEd Jay <edMbj@aes-intl.com>
Date2014-05-27 23:48 -0700
Message-ID<el1bo9de38ccg7g4nehbht7gjtslmhjnp3@4ax.com>
In reply to#24451
bit-naughty@hotmail.com wrote:

>Just to add to my post some time back about detecting the right mouse button, I understand the middle mouse *button* can be detected, but what about the scroll wheel?
>
<http://tinyurl.com/lg4t6sa>

-- 
Ed Jay (remove 'M' to reply by email)

Win the War Against Breast Cancer.
Knowing the facts could save your life. 
http://www.breastthermography.info

[toc] | [prev] | [next] | [standalone]


#24453

From"Evertjan." <exxjxw.hannivoort@inter.nl.net>
Date2014-05-28 10:45 +0200
Message-ID<XnsA33B6D674A4FDeejj99@194.109.133.133>
In reply to#24452
Ed Jay <edMbj@aes-intl.com> wrote on 28 mei 2014 in comp.lang.javascript:

> bit-naughty@hotmail.com wrote:
> 
>>Just to add to my post some time back about detecting the right mouse
>>button, I understand the middle mouse *button* can be detected, but what
>>about the scroll wheel? 
>>
> <http://tinyurl.com/lg4t6sa>

Nice.

I added [for webkit]:

sq.e.style.cursor = (delta>0) ?'-webkit-zoom-in' :'-webkit-zoom-out';



-- 
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

[toc] | [prev] | [next] | [standalone]


#24516

Frombit-naughty@hotmail.com
Date2014-06-01 01:12 -0700
Message-ID<a3e8ce9c-9d7c-4cc9-b10c-45e8b10d8bd9@googlegroups.com>
In reply to#24452

Thanks, man! :)

[toc] | [prev] | [next] | [standalone]


#24517

From"Evertjan." <exxjxw.hannivoort@inter.nl.net>
Date2014-06-01 10:38 +0200
Message-ID<XnsA33F6C525A9CEeejj99@194.109.133.133>
In reply to#24516
bit-naughty@hotmail.com wrote on 01 jun 2014 in comp.lang.javascript:
> Thanks, man! :)

What "man" are you referring to??

This is usenet, 
you are talking to the group,
and you should quote relevent part of the conversation.

... and please use a signature line with your name 
or at least a nickname. 

-- 
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

[toc] | [prev] | [next] | [standalone]


#24523

FromEd Jay <edMbj@aes-intl.com>
Date2014-06-01 06:45 -0700
Message-ID<6jbmo9lj9kkkkgdh1dc881ar3mr02q2e8d@4ax.com>
In reply to#24516
bit-naughty@hotmail.com wrote:

>Thanks, man! :)

My pleasure. You're welcome.

-- 
Ed Jay (remove 'M' to reply by email)

Win the War Against Breast Cancer.
Knowing the facts could save your life. 
http://www.breastthermography.info

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.javascript


csiph-web