timer
Add a timer for id that will be timerDone on the first frame after micros
has passed.
Only valid between Window.beginand Window.end.
Parameters
- id:Id
- Id
- micros:i32
- i32
Source
Implementation
pub fn timer(id: Id, micros: i32) void {
currentWindow().timer(id, micros);
}