MVMouse click to key press mapping (simulating a key press on mouse click)
BMM Archive · July 15, 2026
Original Source
- Original title: Mouse click to key press mapping (simulating a key press on mouse click)
- Original author: I_LIKE_BREAD7
- Original date: July 16, 2024
- Source thread: https://forums.rpgmakerweb.com/threads/mouse-click-to-key-press-mapping-simulating-a-key-press-on-mouse-click.170359/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
ILB_ClickToButtonPress v1.1.0 I_LIKE_BREAD7 Introduction This plugin allows you to define areas of the screen that, when clicked, will simulate a key press.
Archived First Post
I_LIKE_BREAD7
Introduction
This plugin allows you to define areas of the screen that, when clicked, will simulate a key press.
I created it to add mouse controls to existing minigames that were made with keyboard controls only.
Features
This plugin lets you define a mapping between clicking an area of the screen and pressing a specific key on the keyboard using plugin commands.
You can also clear all the mappings, allowing you to create a different set of controls for different parts of your game.
This plugin does not show any graphics on the screen indicating that you can click that area, so if you want to create something like an onscreen game controller you will have to show the graphics yourself or use something else entirely.
The mapping are disabled (but not cleared) when a game message (or menu) is displayed to not mess with the default mouse controls for navigating menus/messages (except for scrolling text).
How to Use
Just add it in the plugin manager, there are no parameters to configure outside of the plugin commands.
When installed, use the plugin commands to define mappings whenever you need them like this:
ILB_ClickToButtonPress left ok
ILB_ClickToButtonPress right escape
- some event that uses ENTER and ESC keys -
ILB_ClickToButtonPress clear
Plugin Commands
* ILB_ClickToButtonPress left key X Y WIDTH HEIGHT # Maps left mouse click on the specified area to the key
* ILB_ClickToButtonPress right key X Y WIDTH HEIGHT # Maps right mouse click on the specified area to the key
* ILB_ClickToButtonPress clear # Clears the mappings
Example 1: ILB_ClickToButtonPress left ok 10 20 30 40 - maps the left click on a rectangle at 10,20 position with 30 width and 40 height to the ok (enter) key
Example 2: ILB_ClickToButtonPress left ok - maps the left click on any part of the screen to the ok (enter) key
Keys: ok (ENTER), left, right, up, down, escape, tab, shift, control, pageup, pagedown, debug (F9)
If you added any custom keys to your game you should still be able to use them with this plugin as long as they're defined in the Input.keyMapper object.
Download
rpg-maker-stuff/mv/ILB_ClickToButtonPress.js at main · ILikeBread7/rpg-maker-stuff
rpg-maker-stuff/mv at main · ILikeBread7/rpg-maker-stuff
Changelog
v1.1.0 - Added multitouch support
Terms and Credits
The plugin can be used for any purpose (free, commercial, editing, redistribution modified or unmodified).
Credit is welcome but not required. If you want to credit, credit me as I_LIKE_BREAD7 or ILikeBread7 (I use these interchangeably, but the version with the underscores is preferred if possible).
Features Mentioned
- This plugin lets you define a mapping between clicking an area of the screen and pressing a specific key on the keyboard using plugin commands.
- You can also clear all the mappings, allowing you to create a different set of controls for different parts of your game.
- This plugin does not show any graphics on the screen indicating that you can click that area, so if you want to create something like an onscreen game controller you will have to show the graphics yourself or use something else entirely.
- The mapping are disabled (but not cleared) when a game message (or menu) is displayed to not mess with the default mouse controls for navigating menus/messages (except for scrolling text).
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms and Credits The plugin can be used for any purpose (free, commercial, editing, redistribution modified or unmodified). Credit is welcome but not required. If you want to credit, credit me as I_LIKE_BREAD7 or ILikeBread7 (I use these interchangeably, but the version with the underscores is preferred if possible).
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...