godot/drivers
souplamp 5300daaff2
Audio rename (device, capture_device) -> (output_device, input_device)
Change instances of audio properties 'device' to 'output_device',
and instances of audio properties 'capture_device' to 'input_device',
as well as their subsequent getter & setter functions.

Update the docs to reflect these changes, as well as the
3-to-4 converter for GDScript and CSharp to make proper
conversions (only exception is 'device' since that name
is too vague and might replace non-AudioServer related
instances, such as user comments and variables).

This does not change internal references to references like
'Render Client' and 'Capture Client' in WASAPI; such is outside the
scope of this commit. This also does not change ALSA's references,
considering that it uses 'device' to mean input and output
interchangeably.

Other references are changed, however where applicable,
to be consistent with the new AudioServer methods and property
names.
2023-01-31 18:25:11 +01:00
..
alsa [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
alsamidi
coreaudio Audio rename (device, capture_device) -> (output_device, input_device) 2023-01-31 18:25:11 +01:00
coremidi
gl_context
gles3 Merge pull request #72433 from clayjohn/Pointlight2D-crash 2023-01-31 10:54:02 +01:00
png
pulseaudio Audio rename (device, capture_device) -> (output_device, input_device) 2023-01-31 18:25:11 +01:00
unix
vulkan
wasapi Audio rename (device, capture_device) -> (output_device, input_device) 2023-01-31 18:25:11 +01:00
windows
winmidi
xaudio2
register_driver_types.cpp
register_driver_types.h
SCsub