summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/evemu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/evemu.h b/include/evemu.h
index 2c53138..fed8801 100644
--- a/include/evemu.h
+++ b/include/evemu.h
@@ -352,9 +352,6 @@ int evemu_read_event_realtime(FILE *fp, struct input_event *ev,
352 * Contiuously reads events from the kernel device and writes them to 352 * Contiuously reads events from the kernel device and writes them to
353 * the file. The function terminates after ms milliseconds of 353 * the file. The function terminates after ms milliseconds of
354 * inactivity. 354 * inactivity.
355 * to this function. This function reads a kernel event from the file,
356 * and performs the microsleep necessary to deliver the event with the
357 * same timings as originally received.
358 * 355 *
359 * Returns zero if successful, negative error otherwise. 356 * Returns zero if successful, negative error otherwise.
360 */ 357 */