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 - [feuille/leaf]

Pages: [1]
1
Java / Re: Checking The Mouse Position
« on: July 02, 2016, 06:35:43 pm »
Thanks for your reply, but the problem is : There is no example of checking mouse position.
The documentation doesn't show it.

2
Java / Checking The Mouse Position
« on: July 02, 2016, 04:31:58 pm »
Hello everyone, I'm trying to create a basic game with JSFML but I don't know how to check the mouse position.

I've done this, but after i'm stucked I don't know what can I do.

if(event.type == Event.Type.MOUSE_MOVED)
{
}
 

I've already checked the tutoriels on the inputt here: https://github.com/pdinklag/JSFML/wiki/Input

Hope you'll help me to find a way to check the mouse position.

PS: Sorry if my english was bad.

Pages: [1]