- Joined
- Sep 26, 2015
- Messages
- 27
- Reaction score
- 9
- First Language
- English
- Primarily Uses
- RMMV
I already disabled the right mouse button so it won't go to the menu.
Now I'm doing something like this in a Common Event running on a parallel process:
Condition: TouchInput.isCancelled():
Do action
I wanted that as long as the button is being pressed it does the action. It works with the keyboard but it doesn't work with the right mouse button.
Does anyone know a way to make it work?
Edit: Already got it working. I changed a bunch of stuff in rpg_core.js which is not a great solution but it worked.
Now I'm doing something like this in a Common Event running on a parallel process:
Condition: TouchInput.isCancelled():
Do action
I wanted that as long as the button is being pressed it does the action. It works with the keyboard but it doesn't work with the right mouse button.
Does anyone know a way to make it work?
Edit: Already got it working. I changed a bunch of stuff in rpg_core.js which is not a great solution but it worked.
Last edited: