Home
last modified time | relevance | path

Searched refs:button (Results 1 – 25 of 65) sorted by relevance

123

/bsp/simulator/drivers/
A Dsdl_fb.c324 emouse.button = motion_button;
371 emouse.button = 0;
374 if (mb->button & (1 << (SDL_BUTTON_LEFT - 1)))
376 emouse.button |= RTGUI_MOUSE_BUTTON_LEFT;
378 else if (mb->button & (1 << (SDL_BUTTON_RIGHT - 1)))
380 emouse.button |= RTGUI_MOUSE_BUTTON_RIGHT;
382 else if (mb->button & (1 << (SDL_BUTTON_MIDDLE - 1)))
384 emouse.button |= RTGUI_MOUSE_BUTTON_MIDDLE;
389 emouse.button |= RTGUI_MOUSE_BUTTON_DOWN;
390 motion_button = emouse.button;
[all …]
/bsp/stm32/stm32l475-atk-pandora/board/ports/
A Ddrv_key.c27 static struct button key0;
28 static struct button key1;
29 static struct button key2;
30 static struct button key_wkup;
/bsp/simulator/SDL2/include/
A DSDL_gamecontroller.h98 int button; member
803 …DECLSPEC const char* SDLCALL SDL_GameControllerGetStringForButton(SDL_GameControllerButton button);
820 SDL_GameControllerButton button);
835 SDL_GameControllerButton button);
850 SDL_GameControllerButton button);
1087 …etAppleSFSymbolsNameForButton(SDL_GameController *gamecontroller, SDL_GameControllerButton button);
A DSDL_haptic.h497 Uint16 button; /**< Button that triggers the effect. */ member
583 Uint16 button; /**< Button that triggers the effect. */ member
636 Uint16 button; /**< Button that triggers the effect. */ member
672 Uint16 button; /**< Button that triggers the effect. */ member
737 Uint16 button; /**< Button that triggers the effect. */ member
A DSDL_events.h321 Uint8 button; /**< The mouse button index */ member
407 Uint8 button; /**< The joystick button index */ member
464 Uint8 button; /**< The controller button (SDL_GameControllerButton) */ member
666 SDL_MouseButtonEvent button; /**< Mouse button event data */ member
A DSDL_joystick.h477 extern DECLSPEC int SDLCALL SDL_JoystickSetVirtualButton(SDL_Joystick *joystick, int button, Uint8 …
945 int button);
/bsp/stm32/docs/
A DHow to create a RT-Studio project.md25 …t of the information and select ST-LINK for debugger. Then, click finish button. There will be a n…
45 …d SDK Manager window and click install packages button. After installation, click Exit SDK Manger
53 …kernel and to enable add-on software packages, click RT-Thread Settings. Then, click detail button.
81 …. After downloading the code, it is required to press the reset physical button on the board. Howe…
/bsp/nxp/mcx/mcxc/frdm-mcxc444/
A DREADME_EN.md58 4. Click the download button to flash the firmware to the development board.
62 Execute the compilation. After it, click the download button to download the firmware to the develo…
64 …ject uses CMSIS-DAP to download the program. And then click the Download button to download the pr…
70 If it does not run automatically, press the reset button to restart the board and observe the actua…
74 …ng the program, it should start running automatically. If not, press the reset button on the board.
/bsp/stm32/stm32l4r9-st-eval/board/ports/
A Ddrv_touch.c44 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in post_down_event()
63 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in post_motion_event()
84 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_UP; in post_up_event()
/bsp/efm32/
A Ddev_keys.c128 mouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in efm32_keys_isr()
138 mouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_UP; in efm32_keys_isr()
251 mouse.button = 0; in efm32_keys_init()
/bsp/renesas/ra8m1-ek/
A DREADME_EN.md34 - 3 button: 2 user button, 1 reset button
67 • Download: Click the Debug button in MDK to download and debug
137 …nts` configuration in the top navigation bar, and open the configuration button next to `RA Config…
139 …ed peripherals are already present. Click the `Generate Project Content` button to generate the re…
/bsp/loongson/ls1cdev/drivers/
A Ddrv_touch.c50 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in post_down_event()
84 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in post_motion_event()
107 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_UP; in post_up_event()
/bsp/stm32/stm32f407-atk-explorer/board/ports/touch/
A Ddrv_touch.c51 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in post_down_event()
72 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in post_motion_event()
94 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_UP; in post_up_event()
/bsp/renesas/ra8d1-ek/
A DREADME_EN.md34 - 3 button: 2 user button, 1 reset button
78 • Download: Click the Debug button in MDK to download and debug
148 …nts` configuration in the top navigation bar, and open the configuration button next to `RA Config…
150 …ed peripherals are already present. Click the `Generate Project Content` button to generate the re…
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_mouse.c43 USBH_HID_Mouse_Data.button = data[0]; in USBH_HID_Mouse_Decode()
A Dusbh_hid_mouse.h8 uint8_t button; // bit0 左键 bit1 右键 bit2 中键 member
/bsp/microchip/same70/bsp/documentation/
A Dled_switcher.rst5 This example toggles the on-board LED marked as LED0 every time the button SW0
/bsp/mini2440/drivers/
A Dtouch.c117 emouse.button = RTGUI_MOUSE_BUTTON_LEFT; in report_touch_input()
162 emouse.button |= RTGUI_MOUSE_BUTTON_DOWN; in report_touch_input()
167 emouse.button = 0; in report_touch_input()
175 emouse.button |= RTGUI_MOUSE_BUTTON_UP; in report_touch_input()
/bsp/wch/risc-v/yd-ch32v307vct6/
A DREADME.md68 …ble Type-C to connect board to the PC. Hold button **BOOT0**, press briefly button **RST** and rel…
/bsp/nxp/mcx/mcxn/frdm-mcxn947/
A DREADME_EN.md51 Execute the compilation. After it, click the download button to download the firmware to the develo…
53 …ject uses CMSIS-DAP to download the program. And then click the Download button to download the pr…
59 If it does not run automatically, press the reset button to restart the board and observe the actua…
/bsp/qemu-vexpress-a9/drivers/
A Ddrv_mouse.c127 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in push_event_touch_move()
154 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in push_event_touch_begin()
178 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_UP; in push_event_touch_end()
/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Ddrv_ft5406.c195 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_DOWN; in _touch_session()
223 emouse.button = RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_UP; in _touch_session()
/bsp/renesas/ra6m3-hmi-board/
A DREADME.md40 - 4 buttons: 3 user buttons, one reset button
82 • Download: Click the Debug button in MDK to download and debug
156 …nts` configuration in the top navigation bar, and open the configuration button next to `RA Config…
158 …ed peripherals are already present. Click the `Generate Project Content` button to generate the re…
/bsp/nrf5x/nrf52840/
A DREADME.md11 …emi.com/Software-and-tools/Development-Kits/nRF52840-DK) | QSPI FLASH, 4 button,4 LED | UART0 …
/bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/
A DREADME.md27 * Two user LEDs, two user buttons, and a reset button for the XMC7100D device
29 * A mode button and a mode LED for KitProg3

Completed in 48 milliseconds

123