SFML/src/SFML
Laurent Gomila c850d3b111 Implemented global inputs (sf::Keyboard, sf::Mouse, sf::Joystick) and removed the event-based sf::Input.
Window::WaitEvent now works with joystick events as well.
Added Event::JoystickConnected and Event::JoystickDisconnected.
Added Window::GetCursorPosition.
2011-07-08 15:16:22 +02:00
..
Audio Times in SFML are now Uint32 milliseconds instead of float seconds 2011-05-19 08:19:42 +02:00
Graphics Implemented global inputs (sf::Keyboard, sf::Mouse, sf::Joystick) and removed the event-based sf::Input. 2011-07-08 15:16:22 +02:00
Main Added the install rule for sfml-main in CMake files 2010-11-20 08:25:08 +00:00
Network Minor fix in UdpSocket::Send(Packet) 2011-06-12 13:14:50 +02:00
System Added an assert in Thread::Wait() if the thread tries to wait for itself 2011-06-14 17:49:33 +02:00
Window Implemented global inputs (sf::Keyboard, sf::Mouse, sf::Joystick) and removed the event-based sf::Input. 2011-07-08 15:16:22 +02:00
CMakeLists.txt Updates MinGW external libraries to match their headers (fixes issue #42) 2011-05-13 19:21:44 +02:00