Enerccio / ewlc

Wayland compositor library - extended
MIT License
20 stars 3 forks source link

Times are not specified in wlc API #39

Open WLCIssuesBot opened 7 years ago

WLCIssuesBot commented 7 years ago

Issue by Cloudef Thursday Oct 01, 2015 at 16:18 GMT Originally opened as https://github.com/Cloudef/wlc/issues/72


uint32_t time for input events is not particularily useful. The format of the time is not specified here. Is uint32_t enough to hold useful precision? (Should consider uint64_t here) Also implementation assigns the time straight from either X11 or libinput.