parent
308d413f09
commit
15dfb2867a
15 changed files with 21 additions and 21 deletions
|
|
@ -50,8 +50,8 @@ pub fn setOptions(core: *Core, options: structs.Options) !void {
|
|||
}
|
||||
|
||||
// Signals mach to stop the update loop.
|
||||
pub fn setShouldClose(core: *Core, value: bool) void {
|
||||
core.internal.setShouldClose(value);
|
||||
pub fn close(core: *Core) void {
|
||||
core.internal.close();
|
||||
}
|
||||
|
||||
// Sets seconds to wait for an event with timeout before calling update()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue