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

Arguments

button_idx

Mouse button released

Return value

None

References

LocationReferrerText
mouse.c:253
void HID_MOUSE_ButtonReleased(uint8_t button_idx)
main.h:85
void HID_MOUSE_ButtonReleased(uint8_t button_idx);
menu.c:277USBH_MouseDemo()
HID_MOUSE_ButtonReleased(0);
menu.c:286USBH_MouseDemo()
HID_MOUSE_ButtonReleased(2);
menu.c:295USBH_MouseDemo()
HID_MOUSE_ButtonReleased(1);
mouse.c:146USR_MOUSE_Init()
HID_MOUSE_ButtonReleased(0);
mouse.c:147USR_MOUSE_Init()
HID_MOUSE_ButtonReleased(1);
mouse.c:148USR_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()