Mousewheel support

Monkey Forums/Monkey Programming/Mousewheel support

Shinkiro1(Posted 2015) [#1]
Hi,

currently there is no mousewheel support in mojo.
Shouldn't there be a standard function like MouseZ() in there?

I have seen that there are some custom solutions out there but they are not really cross platform. For Desktop and HTML5 it should be supported, the other can just return 0.


Shinkiro1(Posted 2015) [#2]
*push


therevills(Posted 2015) [#3]
Diddy has MouseZ support for Desktop and HTML5, you can ripped the code out of there if you need.