The touch input on the STM32F746 Discovery is not processed with interrupts. At least in our example project it gets polled periodically (every 25ms).
The emWin library has no interrupt management. You can pass the touch point data to emWin by using GUI_PID_StoreState(). Attached is an example touch implementation.