Home
last modified time | relevance | path

Searched refs:fInputType (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/input/
H A DInputDeviceView.cpp30 fInputType(type) in DeviceListItemView()
146 if (fInputType == MOUSE_TYPE) in SetRenderParameters()
148 else if (fInputType == TOUCHPAD_TYPE) in SetRenderParameters()
150 else if (fInputType == KEYBOARD_TYPE) in SetRenderParameters()
H A DInputDeviceView.h53 input_type fInputType; variable