'\" t .\" Title: struct input_mt_slot .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Input Subsystem .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT INPUT_MT_SLOT" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Input Subsystem" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_input_mt_slot \- represents the state of an input MT slot .SH "SYNOPSIS" .sp .nf struct input_mt_slot { int abs[ABS_MT_LAST \- ABS_MT_FIRST + 1]; unsigned int frame; unsigned int key; }; .fi .SH "MEMBERS" .PP abs[ABS_MT_LAST \- ABS_MT_FIRST + 1] .RS 4 holds current values of ABS_MT axes for this slot .RE .PP frame .RS 4 last frame at which \fBinput_mt_report_slot_state\fR was called .RE .PP key .RS 4 optional driver designation of this slot .RE .SH "COPYRIGHT" .br