diff options
| author | hondres | 2016-01-27 21:53:37 +0100 |
|---|---|---|
| committer | hondres | 2016-01-27 21:53:37 +0100 |
| commit | 11e4c128aca9f2d687d06fe07e97c8636a27b17a (patch) | |
| tree | bc1dd718c90b460eb8f679635b453932fa2b7b5d /core/os/os.cpp | |
| parent | 29353808f0391f78627c43090f1bff882d56f11e (diff) | |
| download | godot-11e4c128aca9f2d687d06fe07e97c8636a27b17a.tar.gz godot-11e4c128aca9f2d687d06fe07e97c8636a27b17a.tar.zst godot-11e4c128aca9f2d687d06fe07e97c8636a27b17a.zip | |
Diffstat (limited to 'core/os/os.cpp')
| -rw-r--r-- | core/os/os.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/os/os.cpp b/core/os/os.cpp index e93038f85..0bc06c837 100644 --- a/core/os/os.cpp +++ b/core/os/os.cpp @@ -523,6 +523,10 @@ String OS::get_joy_guid(int p_device) const { return "Default Joystick"; } +void OS::set_context(int p_context) { + +} + OS::OS() { last_error=NULL; frames_drawn=0; |
