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:248

Arguments

button_idx

Mouse button released

Return value

None

References

LocationReferrerText
mouse.c:248
void HID_MOUSE_ButtonReleased(uint8_t button_idx)
main.h:83
void HID_MOUSE_ButtonReleased(uint8_t button_idx);
menu.c:253USBH_MouseDemo()
HID_MOUSE_ButtonReleased(0);
menu.c:262USBH_MouseDemo()
HID_MOUSE_ButtonReleased(2);
menu.c:271USBH_MouseDemo()
HID_MOUSE_ButtonReleased(1);
mouse.c:141USR_MOUSE_Init()
HID_MOUSE_ButtonReleased(0);
mouse.c:142USR_MOUSE_Init()
HID_MOUSE_ButtonReleased(1);
mouse.c:143USR_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()