Mousewheel support
Monkey Forums/Monkey Programming/Mousewheel support
| ||
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. |
| ||
*push |
| ||
Diddy has MouseZ support for Desktop and HTML5, you can ripped the code out of there if you need. |