M_MSCLoader_Keybind_IsPressed - piotrulos/MSCModLoader GitHub Wiki
Note: This API is now obsolete.
[DEPRECATED] Checks if the Keybind is being held down.
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346
C#
[ObsoleteAttribute("IsPressed() is deprecated, just rename it to GetKeybind()",
true)]
public bool IsPressed()
View Source
Boolean
true, if the Keybind is being held down.