3D buttons (still needs a little work)
This commit is contained in:
@@ -87,9 +87,9 @@ namespace OpenRA.Widgets
|
||||
|
||||
// Mousedown
|
||||
// todo: route the other events too!
|
||||
if (InputHandler.Value != null && mi.Event == MouseInputEvent.Down)
|
||||
if (InputHandler.Value != null && mi.Event == MouseInputEvent.Up)
|
||||
return InputHandler.Value.OnClick(this, mi);
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user