Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - joi

Pages: [1]
1
General / Re: Mouse always return 0,0
« on: September 13, 2016, 01:26:20 am »
I tried with and without -d on debug mode

OS, windows 7.
IDE codeblocks 16.01
compiler  GCC 4.9.2 TDM (SJLJ)(include it on codeblocks)
SFML 2.4 (dowloaded from sfml page for this compiler, not from github) 32-bits

2
General / Mouse always return 0,0
« on: September 13, 2016, 01:06:50 am »
Hi everybody, I have been trying to solve this issue and I dont get it. I'm using SFML 2.4 and when I use
sf::Mouse::getPosition(window).x)
or
sf::Mouse::getPosition().x)
or even
sf::Mouse::getPosition(window))

I always have the same result, 0.0000. I'll be very grateful if someone may help me.
(sorry my bad english,Im not native speaker)

Pages: [1]
anything