Hi
I'm using the derelict port of the csfml.
While I want to get the mouse coordinates, I get a "Access Violation" error
This is my code :
if( event.Type == sfEvtMouseMoved )
{
sfInput* input = sfRenderWindow_GetInput(window);
int x = sfInput_GetMouseX(input);
}
Sorry for my english