table of contents
other versions
INPUT_ENABLE_SOFTREP(9) | Input Subsystem | INPUT_ENABLE_SOFTREP(9) |
NAME¶
input_enable_softrepeat - enable software autorepeat
SYNOPSIS¶
void input_enable_softrepeat(struct input_dev * dev, int delay, int period);
ARGUMENTS¶
dev
input device
delay
repeat delay
period
repeat period
DESCRIPTION¶
Enable software autorepeat on the input device.
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |