armory icon indicating copy to clipboard operation
armory copied to clipboard

middle mouse missing keys : wheel up, wheel down

Open mushroomeo opened this issue 2 years ago • 1 comments

buttons wheel up and wheel down for middle mouse are missing T___T

mushroomeo avatar Jul 26 '22 14:07 mushroomeo

The current node layout a tad confusing, I agree. Mouse wheel detection is done through the Get Mouse Movement node. This node setup will detect and print which mouse wheel direction is active.

image

Console print out should look something like this.

Sources/armory/logicnode/PrintNode.hx:15: Wheel Up
Sources/armory/logicnode/PrintNode.hx:15: Wheel Up
Sources/armory/logicnode/PrintNode.hx:15: Wheel Up
Sources/armory/logicnode/PrintNode.hx:15: Wheel Down
Sources/armory/logicnode/PrintNode.hx:15: Wheel Down
Sources/armory/logicnode/PrintNode.hx:15: Wheel Down

rpaladin avatar Jul 27 '22 00:07 rpaladin