-
Hey, is there any way to do a specific action when the user is doing a right click on a tile? |
Beta Was this translation helpful? Give feedback.
Answered by
jonaswre
Nov 14, 2022
Replies: 1 comment
-
Right click depends on the environment you are running in. (Browser vs React native) This is just the first article I found when googling. https://www.pluralsight.com/guides/how-to-create-a-right-click-menu-using-react Instead of drawing the context menu you could just execute a move. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Xwilarg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right click depends on the environment you are running in. (Browser vs React native)
This is just the first article I found when googling.
https://www.pluralsight.com/guides/how-to-create-a-right-click-menu-using-react
Instead of drawing the context menu you could just execute a move.