How to catch mouse wheel event in Metro APP?
-
2012년 5월 22일 화요일 오전 8:14
Hi,
I need to do something when users scroll their mouse wheel.
I tried window.onmousewheel, document.onmousewheel and even DOMMouseScroll event(I knew it's for mozilla), none of them worked.
Any suggestions?
Thank you very much.
cheers
Alex
woodhead is as woodhead does
모든 응답
-
2012년 5월 22일 화요일 오후 2:16중재자
Hi Alex,
We have a sample for this and another user mentions how she trapped the event.
See this thread:
Jeff Sanders (MSFT)
- 답변으로 제안됨 Jeff SandersMicrosoft Employee, Moderator 2012년 5월 22일 화요일 오후 2:16
- 답변으로 표시됨 Alex ZS 2012년 5월 22일 화요일 오후 11:01
-
2012년 5월 22일 화요일 오후 11:02
Hi Jeff,
Thanks again :-)
cheers
Alex
woodhead is as woodhead does

