| /third_party/glfw/src/ |
| H A D | cocoa_joystick.h | 40 CFMutableArrayRef buttons; member
|
| H A D | win32_joystick.c | 689 const WORD buttons[10] = in _glfwPollJoystickWin32() local
|
| H A D | internal.h | 639 _GLFWmapelement buttons[15]; member 651 unsigned char* buttons; member
|
| /third_party/lzma/CPP/Windows/Control/ |
| H A D | ToolBar.h | 35 bool AddButton(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONS, numButtons, (LPARAM)buttons)); }
in AddButton() argument 37 bool AddButtonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONSW, numButtons, (LPARAM)buttons)); }
in AddButtonW() argument
|
| /third_party/glfw/tests/ |
| H A D | joysticks.c | 258 const unsigned char* buttons; in main() local
|
| /third_party/backends/backend/ |
| H A D | hp3900_debug.c | 216 dbg_buttons (struct st_buttons *buttons) in dbg_buttons() argument [all...] |
| H A D | rts8891_low.h | 135 SANE_Int buttons; /* number of buttons for the scanner */ member
|
| H A D | avision.c | 3931 uint8_t buttons[5]; in get_button_status() member
|
| H A D | hp3900_types.c | 686 struct st_buttons *buttons; member
|
| H A D | plustek-pp_scandata.h | 98 struct proc_dir_entry *buttons[_MAX_BTNS]; /* .../buttons */ member
|
| H A D | plustek-pp_hwdefs.h | 647 UChar buttons; /* Number of buttons */ member
|
| /third_party/libinput/src/ |
| H A D | evdev-tablet-pad.c | 420 struct button_state buttons; in pad_notify_buttons() local 41 pad_get_buttons_pressed(struct pad_dispatch *pad, struct button_state *buttons) pad_get_buttons_pressed() argument 53 pad_get_buttons_released(struct pad_dispatch *pad, struct button_state *buttons) pad_get_buttons_released() argument 360 pad_notify_button_mask(struct pad_dispatch *pad, struct evdev_device *device, uint64_t time, const struct button_state *buttons, enum libinput_button_state state) pad_notify_button_mask() argument [all...] |
| H A D | libinput-private.h | 458 unsigned char buttons[NCHARS(KEY_MAX) + 1]; member
|
| H A D | evdev-tablet.c | 51 tablet_get_pressed_buttons(struct tablet_dispatch *tablet, struct button_state *buttons) tablet_get_pressed_buttons() argument 63 tablet_get_released_buttons(struct tablet_dispatch *tablet, struct button_state *buttons) tablet_get_released_buttons() argument 1199 tablet_notify_button_mask(struct tablet_dispatch *tablet, struct evdev_device *device, uint64_t time, struct libinput_tablet_tool *tool, const struct button_state *buttons, enum libinput_button_state state) tablet_notify_button_mask() argument 1237 struct button_state buttons; tablet_notify_buttons() local [all...] |
| H A D | evdev-mt-touchpad.h | 402 } buttons; member
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| H A D | imgui_impl_glfw.cpp | 404 const unsigned char* buttons = glfwGetJoystickButtons(GLFW_JOYSTICK_1, &buttons_count); in ImGui_ImplGlfw_UpdateGamepads() local
|
| /third_party/backends/backend/genesys/ |
| H A D | genesys.h | 214 GenesysButton buttons[NUM_BUTTONS]; member
|
| H A D | device.h | 213 SANE_Word buttons = 0; member
|
| /third_party/libinput/tools/ |
| H A D | libinput-debug-tablet.c | 94 print_buttons(struct context *ctx, unsigned int *buttons, size_t sz) in print_buttons() argument
|
| H A D | libinput-debug-gui.c | 146 } buttons; member [all...] |
| /third_party/libinput/test/ |
| H A D | test-pointer.c | 419 } buttons[] = { in START_TEST() local 3751 struct range buttons = {BTN_LEFT, BTN_TASK + 1}; TEST_COLLECTION() local [all...] |
| H A D | test-touchpad.c | 3373 const struct buttons { in START_TEST() struct 3376 } buttons[] = { in START_TEST() local
|
| /third_party/glfw/include/GLFW/ |
| H A D | glfw3.h | 2119 unsigned char buttons[15]; member [all...] |
| /third_party/glfw/deps/ |
| H A D | nuklear.h | 4606 struct nk_mouse_button buttons[NK_BUTTON_MAX]; member [all...] |