matchEvent
Parameters
- self:*BoxWidget
- *BoxWidget
- e:*Event
- *Event
Source
Implementation
pub fn matchEvent(self: *BoxWidget, e: *Event) bool {
return dvui.eventMatchSimple(e, self.data());
}Source
pub fn matchEvent(self: *BoxWidget, e: *Event) bool {
return dvui.eventMatchSimple(e, self.data());
}