Searched refs:mouse (Results 1 – 10 of 10) sorted by relevance
| /bsp/efm32/ |
| A D | dev_keys.c | 119 mouse.x = joy.x; in efm32_keys_isr() 120 mouse.y = joy.y; in efm32_keys_isr() 121 rtgui_server_post_event((&mouse.parent), sizeof(mouse)); in efm32_keys_isr() 129 rtgui_server_post_event((&mouse.parent), sizeof(mouse)); in efm32_keys_isr() 139 rtgui_server_post_event((&mouse.parent), sizeof(mouse)); in efm32_keys_isr() 206 mouse.x = joy.x; in efm32_keys_timer_isr() 207 mouse.y = joy.y; in efm32_keys_timer_isr() 208 rtgui_server_post_event((&mouse.parent), sizeof(mouse)); in efm32_keys_timer_isr() 249 mouse.parent.sender = RT_NULL; in efm32_keys_init() 250 mouse.wid = RT_NULL; in efm32_keys_init() [all …]
|
| A D | application.c | 112 struct rtgui_event_mouse *mouse = (struct rtgui_event_mouse *)event; in pic_view_event_handler() local 114 if (mouse->button == RTGUI_MOUSE_BUTTON_LEFT | RTGUI_MOUSE_BUTTON_UP) in pic_view_event_handler() 116 rt_kprintf("APP: left click (%x)\n", mouse->button); in pic_view_event_handler()
|
| /bsp/simulator/SDL2/ |
| A D | README.txt | 12 to provide low level access to audio, keyboard, mouse, joystick, and graphics
|
| /bsp/qemu-virt64-aarch64/ |
| A D | qemu-graphic.sh | 10 -device virtio-mouse-device,bus=virtio-mmio-bus.4 \
|
| A D | qemu-graphic.bat | 11 -device virtio-mouse-device,bus=virtio-mmio-bus.4 ^
|
| /bsp/raspberry-pi/raspi4-64/drivers/ |
| A D | drv_dsi_touch.c | 167 struct drv_mouse_device *mouse = (struct drv_mouse_device*)device; in drv_mouse_init() local
|
| /bsp/samd21/sam_d2x_asflib/common/services/adp/ |
| A D | adp.h | 832 uint8_t mouse:1; member 865 config->mode.bit.mouse = 0; in adp_conf_dashboard_graph_get_defaults()
|
| /bsp/avr32/at32uc3a0256/ |
| A D | README.md | 14 VGA/keyboard/mouse/audio board based on the 8-core Parallax Propeller
|
| /bsp/bouffalo_lab/bl808/ |
| A D | README_en.md | 155 … a TypeC data cable, two serial ports will appear on the computer (if the mouse cannot move, unplu…
|
| /bsp/hpmicro/libraries/hpm_sdk/ |
| A D | CHANGELOG.md | 703 - samples: cherryusb: hid host: separate mouse and keyboard urb 867 - samples: cherryusb: hid host: separate mouse and keyboard urb 939 - samples: cherryusb: add hid mouse freertos sample
|
Completed in 28 milliseconds