SFML/bindings/ruby/sfml-window/window
groogy 26883e3ab4 SFML::Window now supports taking in Vector2 on methods where it would be relevant.
(Example: SFML::Window#cursor_position = [255, 255] )

Updated the demo file to show this in action.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1655 4e206d99-4929-0410-ac5d-dfc041789085
2010-11-16 09:21:52 +00:00
..
Context.cpp Moved all bindings to the "bindings" sub-directory 2010-11-09 17:13:17 +00:00
Context.hpp Moved all bindings to the "bindings" sub-directory 2010-11-09 17:13:17 +00:00
ContextSettings.cpp Finished VideoMode and changed some aliases in ContextSettings. 2010-11-11 12:33:14 +00:00
ContextSettings.hpp Moved all bindings to the "bindings" sub-directory 2010-11-09 17:13:17 +00:00
Event.cpp Added @type get method to SFML::Event 2010-11-15 09:08:22 +00:00
Event.hpp Moved all bindings to the "bindings" sub-directory 2010-11-09 17:13:17 +00:00
Input.cpp Moved all bindings to the "bindings" sub-directory 2010-11-09 17:13:17 +00:00
Input.hpp Moved all bindings to the "bindings" sub-directory 2010-11-09 17:13:17 +00:00
main.cpp Added support for external classes from sfml-system and the ability to include them. 2010-11-16 09:04:35 +00:00
main.hpp Removed some debugging output and added another alias for SFML::Window 2010-11-15 13:48:53 +00:00
VideoMode.cpp Concerned changes is that the 'true' values had to be Qtrue or I would be doing an invalid comparison. 2010-11-16 09:17:50 +00:00
VideoMode.hpp Added VideoMode_ForceType so we can ensure we get a VideoMode. 2010-11-16 09:03:15 +00:00
Window.cpp SFML::Window now supports taking in Vector2 on methods where it would be relevant. 2010-11-16 09:21:52 +00:00
Window.hpp Quck syntax fiex to main.cpp VideoMode.cpp 2010-11-11 20:43:18 +00:00