[SOLVED ] How I can generate the event MOUSEBUTTONDOWN from an external function ?
I receive the external event from infrared remote and I want to simulate the click on a specific button.Here the port PA15 is used like IR input, this code has been add in the file stm32746g_discovery.c.void EXTI15_10_IRQHandler(void){ HAL_GPIO_EXTI_...