Inputクラスのすべてのキーコードを提供するプラグイン – RS_InputKeyCodeEx.js

タイトル
This plugin provides all of keycodes in the Input class
作者名
ヘルプ
This plugin provides all of keycodes, to except for the base key of RPG Maker MV.

Input.isTriggered(keyCode);

e.g, In this keyCode parameter, You can use even Korean character (Hangul).

Input.isTriggered('a');
Input.isTriggered('ㄲ');

It supports function keys from F1 to F9.

Input.isTriggered('F1');
パラメータ
target MV
ライセンス表記
  • MIT License
The MIT License
Copyright (c) 2015-2019 biud436
Free for commercial and non commercial use.

紹介ページ https://github.com/biud436/MV/blob/master/RS_InputKeyCodeEx.js