Home
last modified time | relevance | path

Searched refs:UIET_BUTTON (Results 1 – 6 of 6) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/wm/unique/
H A Dtest_foo.c148 case UIET_BUTTON: in foo_channel_listener()
154 else if (event->type == UIET_BUTTON && !event->pointer.buttons) in foo_channel_listener()
H A Dinput_events.h41 UIET_BUTTON = 0x00000002, enumerator
H A Dinput_channel.c180 case UIET_BUTTON: in unique_input_channel_dispatch()
H A Dinput_switch.c686 case UIET_BUTTON: in _unique_input_switch_device_listener()
H A Dwindow.c801 case UIET_BUTTON: in _unique_window_input_channel_listener()
/dports/devel/directfb/DirectFB-1.4.17/wm/unique/devices/
H A Dpointer.c232 evt.type = UIET_BUTTON; in pointer_process_event()