M_MSCLoader_Keybind_IsPressed - piotrulos/MSCModLoader GitHub Wiki
IsPressed() is deprecated, just rename it to GetKeybind()
[DEPRECATED] Checks if the Keybind is being held down.
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.3.356
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.