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.


Topics - bialpio

Pages: [1]
1
Window / SetCursorPosition not working
« on: May 14, 2010, 06:00:32 pm »
We are trying to reset position of mouse cursor to window centre after every frame. We're positive that the code is correct as it was used with different library earlier. It basically seems like SFML 1.6 Window::setCursorPosition makes no effect. Is that a bug or should we enable something?

BTW, is there any way to get relative mouse movement?

PS. Yes, we did search the forum.

2
General / OpenGL 3.0 support
« on: May 14, 2010, 05:57:04 pm »
I am trying to enable following functions:

Code: [Select]

glCreateShaderObject
glCreateProgramObject
glCompileShader
glShaderSource
glAttachObject
glLinkProgram
glUseProgramObject


I have noticed that SFML uses GLEW. Is there any way it can be done automatically or should I include and call GLEW explicitly in my project?

I don't care which version of SFML I will have to use, I just want to get it working.

Pages: [1]
anything