B4J Question Registering mouseclick and then passing on

GuyBooth

Active Member
Licensed User
Longtime User
This code posted by Klaus a while ago allows me to make a pane transparent to mouse clicks, so a click will be passed to an object below it:
B4X:
Private jo = MyNode As JavaObject
jo.RunMethod("setMouseTransparent", Array As Object(True))

Is there a way to register the mouse action and also pass it to the object below?
 
Top