Finished Input class.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1620 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
b26417c240
commit
d2b0953e03
2 changed files with 130 additions and 4 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "Context.hpp"
|
||||
#include "ContextSettings.hpp"
|
||||
#include "Event.hpp"
|
||||
#include "Input.hpp"
|
||||
|
||||
VALUE globalSFMLNamespace;
|
||||
|
||||
|
@ -39,4 +40,5 @@ void Init_window( void )
|
|||
Init_Context();
|
||||
Init_ContextSettings();
|
||||
Init_Event();
|
||||
Init_Input();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue