godot/doc
Eric M c92f83d3ca Made serialization of Command toggleable when saving InputEvents.
Made serialization of Command optional. If command is serialized, Control (On Win/Linux) or Meta (on Mac) are not.
Example use case: You are on Windows and you set a shortcut to be Control + E. This would serialize as Command=true and Control=true. If you then run this project on Mac, you would need to press Command AND Control to activate the shortcut - which is not what is intended. Now, you can set store_command to true, and it will only serialize to Command = true (no Control serialized). On Windows, this means Control. On Mac, it means only command.
2020-11-19 21:05:45 +10:00
..
classes Made serialization of Command toggleable when saving InputEvents. 2020-11-19 21:05:45 +10:00
tools makerst: Add missing newline at EOF 2020-09-15 10:47:35 +02:00
translations Updated getters and setters names for toplevel 2020-10-02 19:09:01 -04:00
Doxyfile
Makefile SCons: Drop support for Python 2 2020-03-25 15:25:37 +01:00