I need a way to create a popup menu on a B4XTable by doing right mouse click instead of a left click(which activates B4XTableM_CellClicked that is being used to edit cells). In some other languages I can fake it out by knowing if the left or right mouse caused the event but I have not found how to do that in B4J.