类 GLFWKeyHelper
java.lang.Object
committee.nova.mods.avaritia.api.client.util.key.GLFWKeyHelper
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getKeyCodes(String... keyNames) getKeyDisplayNames(boolean sort, int... codes) static StringgetKeyDisplayString(int... codes) static StringgetKeyDisplayStringInOrder(int... codes) getKeyRecordKeys(int... codes) getMouseCodes(List<String> mouseNames) getMouseDisplayNames(boolean sort, int... codes) static StringgetMouseDisplayString(int... codes) static StringgetMouseDisplayStringInOrder(int... codes) getMouseRecordKeys(int... codes) static booleanstatic booleanmatchKeyInOrder(String displayString, int... codes) static booleanmatchMouse(String displayString, int... codes) static booleanmatchMouseInOrder(String displayString, int... codes)
-
构造器详细资料
-
GLFWKeyHelper
public GLFWKeyHelper()
-
-
方法详细资料
-
getKeyCodes
-
getMouseCodes
-
getKeyDisplayNames
-
getMouseDisplayNames
-
getKeyDisplayString
-
getKeyDisplayStringInOrder
-
getMouseDisplayString
-
getMouseDisplayStringInOrder
-
getKeyRecordKeys
-
getMouseRecordKeys
-
matchKey
-
matchKeyInOrder
-
matchMouse
-
matchMouseInOrder
-