# Functions
LogError prints error and exits if error is not nil.
LogFatalf prints a formatted error and exits.
Try prints error and exits if error is not nil, or return the original value otherwise.
Try2 prints error and exits if error is not nil, or return the 2 original values otherwise.
# Variables
GamepadButtonMap is a gamepad button mapping.
KeyMap is a US keyboard mapping.
MouseButtonMap is a mouse button mapping.