HID_MOUSE_ButtonReleased() is only used within HID_Standalone.
 
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:249

Arguments

button_idx

Mouse button released

Return value

None

References

LocationReferrerText
mouse.c:249
void HID_MOUSE_ButtonReleased(uint8_t button_idx)
main.h:85
void HID_MOUSE_ButtonReleased(uint8_t button_idx);
menu.c:290USBH_MouseDemo()
HID_MOUSE_ButtonReleased(0);
menu.c:299USBH_MouseDemo()
HID_MOUSE_ButtonReleased(2);
menu.c:308USBH_MouseDemo()
HID_MOUSE_ButtonReleased(1);
mouse.c:142USR_MOUSE_Init()
HID_MOUSE_ButtonReleased(0);
mouse.c:143USR_MOUSE_Init()
HID_MOUSE_ButtonReleased(1);
mouse.c:144USR_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()