Functionality:
This plugin can create 3 different types of buttons:
1.) Directional Pad
A single picture which is used for up, left, right, and down movement.
The scenes that this button appears in can be defined.
This button is optional.
2.) Key buttons
These buttons can be used to represent any key. Common keys to use would be "ok" , "escape", "pagedown", "pageup".
These can be any key, and there can be as many or as few as the developer would like.
Additionally, the scenes that these buttons appear in can be controlled individually.
You can also write custom code that will be run when the button is pressed!
This can be combined with other plugins such as Yanfly Button Common Events to call a Common Event from the virtual button.
You may specify the type of input this button responds to:
Triggered: Execute once when pressed (default)
Pressed: Execute every frame while pressed
Repeated: After 24 frames, execute every 6 frames while pressed
Long Pressed: After 24 frames, execute every frame while pressed
Released: Execute once when button is released
3.) Control button
The control button, if pressed, will collapse and hide all other buttons on the screen.
If pressed again, it will expand and show all other buttons on the screen.
This allows the player to decide between using the Mobile UI buttons or the standard touch input.
The scenes that this button appears in can be defined.
This button is optional.
功能:
這個插件可以創建3種不同類型的按鈕: