HID_MOUSE_ButtonReleased() is only used within HID_RTOS.
 
Symbols
loading...
Files
loading...

HID_MOUSE_ButtonReleased() function

Handles mouse button release.

Syntax

void HID_MOUSE_ButtonReleased(uint8_t button_idx);
Implemented in mouse.c:250

Arguments

button_idx

Mouse button released

Return value

None

References

LocationReferrerText
mouse.c:250
void HID_MOUSE_ButtonReleased(uint8_t button_idx)
main.h:86
void HID_MOUSE_ButtonReleased(uint8_t button_idx);
menu.c:332USBH_MouseDemo()
HID_MOUSE_ButtonReleased(0);
menu.c:341USBH_MouseDemo()
HID_MOUSE_ButtonReleased(2);
menu.c:350USBH_MouseDemo()
HID_MOUSE_ButtonReleased(1);
mouse.c:143USR_MOUSE_Init()
HID_MOUSE_ButtonReleased(0);
mouse.c:144USR_MOUSE_Init()
HID_MOUSE_ButtonReleased(1);
mouse.c:145USR_MOUSE_Init()
HID_MOUSE_ButtonReleased(2);

Call Tree

Functions calling HID_MOUSE_ButtonReleased()
Functions called by HID_MOUSE_ButtonReleased()
all items filtered out
HID_MOUSE_ButtonReleased()
Data read by HID_MOUSE_ButtonReleased()
HID_MOUSE_ButtonReleased()