Can Gonode acknowledge Right Button Cl

Gonode’s event OnSingleClick can’t acknowledge Mouse’s right button click, Please tell me which event can support the Mouse’s right button click event? thanks very much.

GoObject.OnContextClick is called in that case.

If you intend to bring up a context menu, it may be easier to override GetContextMenu instead.

Yeah,I get it.

Thank you very much.