Lines Matching full:summary
28 <description summary="extends wl_seat with gaming input devices">
44 <description summary="get a gaming seat">
53 <description summary="release the memory for the gaming input object">
61 <description summary="controller object for all gaming devices of a seat">
67 <description summary="release the memory for the gaming seat object">
74 <description summary="gamepad added event">
77 <arg name="gamepad" type="new_id" interface="zcr_gamepad_v2" summary="new connected gamepad"/>
81 <description summary="gamepad device bus type">
84 <entry name="usb" value="0" summary="Universal Serial Bus" />
85 <entry name="bluetooth" value="1" summary="Bluetooth" />
89 <description summary="gamepad added event">
92 <arg name="gamepad" type="new_id" interface="zcr_gamepad_v2" summary="new connected gamepad"/>
93 <arg name="name" type="string" summary="name of the gamepad device" />
94 …<arg name="bus" type="uint" enum="bus_type" summary="type of the device connection e.g. Bluetooth"…
95 <arg name="vendor_id" type="uint" summary="vendor ID of the gamepad device" />
96 <arg name="product_id" type="uint" summary="product ID of the gamepad device" />
97 <arg name="version" type="uint" summary="product version of the gamepad device" />
102 <description summary="gamepad input device">
109 <description summary="destroy gamepad object"/>
113 <description summary="gamepad removed">
123 <description summary="axis change event">
131 <arg name="time" type="uint" summary="timestamp with millisecond granularity"/>
132 <arg name="axis" type="uint" summary="axis that produced this event"/>
133 <arg name="value" type="fixed" summary="new value of axis"/>
137 <description summary="physical button state">
141 <entry name="released" value="0" summary="the button is not pressed"/>
142 <entry name="pressed" value="1" summary="the button is pressed"/>
146 <description summary="Gamepad button changed">
157 <arg name="time" type="uint" summary="timestamp with millisecond granularity"/>
158 <arg name="button" type="uint" summary="id of button"/>
159 <arg name="state" type="uint" enum="button_state" summary="digital state of the button"/>
160 <arg name="analog" type="fixed" summary="analog value of the button"/>
164 <description summary="Notifies end of a series of gamepad changes.">
169 <arg name="time" type="uint" summary="timestamp with millisecond granularity"/>
173 <description summary="an axis is added">
178 <arg name="index" type="uint" summary="An index of the axis" />
179 <arg name="min_value" type="int" summary="minimum value of the axis" />
180 <arg name="max_value" type="int" summary="maximum value of the axis" />
181 <arg name="flat" type="int" summary="input within this value are ignored" />
182 <arg name="fuzz" type="int" summary="used to filter noise" />
183 …<arg name="resolution" type="int" summary="resolution of input in units per millimeter, or units p…
187 <description summary="Gamepad activated">