Plugin Commands:
* All plugin commands begin with VirtualButtons (MobileUI is also valid, for backwards-compatibility).
* All plugin commands are not case sensitive (i.e. "DPad" is the same as "dpad")
hide
Description: hides the specified button
Allowed arguments:
DPad
Any key button defined by you
Control
All
Examples:
VirtualButtons hide DPad
virtualbuttons hide Ok
MobileUI hide PageDown
show
Description: shows the specified button
Allowed arguments:
DPad
Any key button defined by you
Control
All
Examples:
VirtualButtons show DPad
virtualbuttons show Ok
MobileUI show PageDown
opacity
Description: change the opacity of a button
Allowed arguments:
DPad
Any key button defined by you
Control
All
Examples:
VirtualButtons opacity dpad 100
VirtualButtons opacity all 50
的確有反映有bug
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