Hi,
I am writing a ToolData plugin,'msg[c4d.BFM_INPUT_CHANNEL]' always returns 1 in MouseInput function, I would like to know how can i get mouse right button event?
def MouseInput(self, doc, data, bd, win, msg):
# Retrieves which clicks is currently clicked
print(msg[c4d.BFM_INPUT_CHANNEL]) # -> 1
Thanks~