Hello brothers and sisters.
My problem is basically like in the title. In debug mode there is no problem about this. It works good. But in release mode ...
When I click mouse (right or left or middle) MouseMoved event works.
And there is an error on console screen in release mode:
Warning: The created OpenGL context does not fully meet the settings that were requested
Requested: version = 2.0 ; depth bits = 0 ; stencil bits = 0 ; AA level =0 ; core = false ; debug = false
Created: version = 2.0 ; depth bits = 0 ; stencil bits = 0 ; AA level =0 ; core = false ; debug = false
I did not change context settings.