diff options
| author | Andrew Havens <[email protected]> | 2017-12-28 20:54:33 -0800 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-01-02 20:40:04 -0800 |
| commit | 76795cd21ca2f475f948456971e8ead4dad868e7 (patch) | |
| tree | 81ee22741996b4273d2cb05d18d9c9d2bff30285 /lib | |
| parent | 50b36b6a8aaf9512a4699734c160fcd82c0c2ea6 (diff) | |
| download | ruby2d-76795cd21ca2f475f948456971e8ead4dad868e7.tar.gz ruby2d-76795cd21ca2f475f948456971e8ead4dad868e7.zip | |
Autoload controller mappings file.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ruby2d/window.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ruby2d/window.rb b/lib/ruby2d/window.rb index 686c6b0..84d7c3f 100644 --- a/lib/ruby2d/window.rb +++ b/lib/ruby2d/window.rb @@ -48,6 +48,7 @@ module Ruby2D } @update_proc = Proc.new {} @diagnostics = false + @controller_mappings_path = File.join(Dir.home, ".ruby2d", "controllers.txt") end def new_event_key |
