Searched refs:Button (Results 1 – 5 of 5) sorted by relevance
14 public class Button : IPeripheral, IGPIOSender class22 public Button(bool invert = false) in Button() method in Antmicro.Renode.Peripherals.Miscellaneous.Button
84 handler.ButtonReleased(e.Button); in HandleButtonReleased()93 handler.ButtonPressed(e.Button); in HandleButtonPressed()
258 handler.ButtonPressed(ev.Button); in EventListenerLoop()264 handler.ButtonReleased(ev.Button); in EventListenerLoop()341 public int Button property in Antmicro.Renode.Backends.Display.XInput.XLibHelper.XEvent
42 var copyButton = new Button("Copy to clipboard"); in ShowErrorWindow()
143 snapshotButton = new Button("Take screenshot!") { Sensitive = false }; in EnsureAnalyserWidget()244 private Button snapshotButton;