Home
last modified time | relevance | path

Searched refs:DICAPS_BUTTONS (Results 1 – 23 of 23) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/sonypi/
H A Dsonypi.c211 info->desc.caps = DICAPS_BUTTONS | DICAPS_AXES; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/wm97xx_ts/
H A Dwm97xx_ts.c210 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/h3600_ts/
H A Dh3600_ts.c188 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/joystick/
H A Djoystick.c231 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/tslib/
H A Dtslib.c243 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/gfxdrivers/directfb/
H A Dqdirectfbmouse.cpp108 caps = DICAPS_BUTTONS | DICAPS_AXES; in QDirectFBMouseHandlerPrivate()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/dynapro/
H A Ddynapro.c313 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/penmount/
H A Dpenmount.c327 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/include/
H A Ddirectfb_strings.h143 { DICAPS_BUTTONS, "BUTTONS" }, \
H A Ddirectfb.h854 DICAPS_BUTTONS = 0x00000004, /* device supports button events */ enumerator
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/ucb1x00_ts/
H A Ducb1x00_ts.c306 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/elo/
H A Delo.c499 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/ps2mouse/
H A Dps2mouse.c525 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/mutouch/
H A Dmutouch.c577 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/serialmouse/
H A Dserialmouse.c530 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/gunze/
H A Dgunze.c538 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/tools/
H A Ddfbinfo.c176 if (desc.caps & DICAPS_BUTTONS) in input_device_callback()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/zytronic/
H A Dzytronic.c589 info->desc.caps = DICAPS_AXES | DICAPS_BUTTONS; in driver_open_device()
/dports/devel/directfb/DirectFB-1.4.17/wm/unique/
H A Dcontext.c165 caps = DICAPS_AXES | DICAPS_BUTTONS; in create_devices()
/dports/devel/directfb/DirectFB-1.4.17/inputdrivers/linux_input/
H A Dlinux_input.c1141 info->desc.caps |= DICAPS_BUTTONS; in get_device_info()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/c/
H A Ddirectfb.h986 DICAPS_BUTTONS = 0x00000004, enumerator
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/c/
H A D02001-directfb.h1033 DICAPS_BUTTONS = 0x00000004, enumerator
/dports/devel/directfb/DirectFB-1.4.17/
H A DChangeLog39405 as in DICAPS_BUTTONS or DICAPS_KEYS.