expectNotFocused
Parameters
- tag:[]const u8
- []const u8
Source
Implementation
pub fn expectNotFocused(tag: []const u8) !void {
const data = try tagGet(tag);
try std.testing.expect(data.id != dvui.focusedWidgetId());
}Source
pub fn expectNotFocused(tag: []const u8) !void {
const data = try tagGet(tag);
try std.testing.expect(data.id != dvui.focusedWidgetId());
}