2f107db...5202af9
This commit is contained in:
@@ -96,6 +96,36 @@ namespace Barotrauma
|
||||
return false;
|
||||
}
|
||||
|
||||
public static bool Mouse4ButtonClicked()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public static bool Mouse4ButtonHeld()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public static bool Mouse5ButtonClicked()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public static bool Mouse5ButtonHeld()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public static bool MouseWheelUpClicked()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public static bool MouseWheelDownClicked()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public static bool DoubleClicked()
|
||||
{
|
||||
return false;
|
||||
@@ -133,7 +163,7 @@ namespace Barotrauma
|
||||
|
||||
public static void Update(double deltaTime)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
public static void UpdateVariable()
|
||||
|
||||
Reference in New Issue
Block a user