Home | History | Annotate | Download | only in input

Lines Matching defs:InputDeviceInfo

127 // --- InputDeviceInfo ---
129 InputDeviceInfo::InputDeviceInfo() {
133 InputDeviceInfo::InputDeviceInfo(const InputDeviceInfo& other) :
141 InputDeviceInfo::~InputDeviceInfo() {
144 void InputDeviceInfo::initialize(int32_t id, int32_t generation, int32_t controllerNumber,
159 const InputDeviceInfo::MotionRange* InputDeviceInfo::getMotionRange(
171 void InputDeviceInfo::addSource(uint32_t source) {
175 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max,
181 void InputDeviceInfo::addMotionRange(const MotionRange& range) {