input_mt_drop_unused(9) Inactivate slots not seen in this frame

SYNOPSIS

void input_mt_drop_unused(struct input_dev * dev);

ARGUMENTS

dev

input device with allocated MT slots

DESCRIPTION

Lift all slots not seen since the last call to this function.

COPYRIGHT