godot/core
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
..
config Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
crypto Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
debugger Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
error Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
input Made serialization of Command toggleable when saving InputEvents. 2020-11-19 21:05:45 +10:00
io Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
math Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
object Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
os Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
string Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
templates Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
variant Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
core_bind.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
core_bind.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_constants.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
core_constants.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
core_string_names.cpp Add ability to bind an unbind arguments to Callable. 2020-10-09 19:43:22 -03:00
core_string_names.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
register_core_types.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
register_core_types.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
typedefs.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
version.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00