Forgot the constant SFML::Key::W
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1782 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
4d175b9243
commit
f3b1cfd0de
@ -83,6 +83,7 @@ static void CreateKeyEnum( void )
|
||||
rb_define_const( globalKeyNamespace, "S", INT2FIX( sf::Key::S ) );
|
||||
rb_define_const( globalKeyNamespace, "T", INT2FIX( sf::Key::T ) );
|
||||
rb_define_const( globalKeyNamespace, "U", INT2FIX( sf::Key::U ) );
|
||||
rb_define_const( globalKeyNamespace, "W", INT2FIX( sf::Key::W ) );
|
||||
rb_define_const( globalKeyNamespace, "V", INT2FIX( sf::Key::V ) );
|
||||
rb_define_const( globalKeyNamespace, "X", INT2FIX( sf::Key::X ) );
|
||||
rb_define_const( globalKeyNamespace, "Y", INT2FIX( sf::Key::Y ) );
|
||||
|
Loading…
Reference in New Issue
Block a user