pressed
Parameters
- self:*ButtonWidget
- *ButtonWidget
Source
Implementation
pub fn pressed(self: *ButtonWidget) bool {
return dvui.captured(self.data().id);
}Source
pub fn pressed(self: *ButtonWidget) bool {
return dvui.captured(self.data().id);
}