Godot: InputEvent: rename axis, scancode and button_index to index in 3.0

Created on 4 Jun 2017  ·  1Comment  ·  Source: godotengine/godot

Is there any reason to have different names for the following variables? They are used in the same context.

InputEventJoystickButton.button_index -> InputEventJoystickButton.index
InputEventJoystickMotion.axis -> InputEventJoystickMotion.index
InputEventMouseButton.button_index -> InputEventMouseButton.index
InputEventKey.scancode -> InputEventKey.index

archived

Most helpful comment

i think it's clearer the way it is, prefer not to rename it

On Sat, Jun 3, 2017 at 10:05 PM, AlexHolly notifications@github.com wrote:

Is there any reason to have different names for the following variables?
They are used in the same context.

InputEventJoystickButton.button_index -> InputEventJoystickButton.index
InputEventJoystickMotion.axis -> InputEventJoystickMotion.index
InputEventMouseButton.button_index -> InputEventMouseButton.index
InputEventKey.scancode -> InputEventKey.index


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/godotengine/godot/issues/9039, or mute the thread
https://github.com/notifications/unsubscribe-auth/AF-Z20cWJufl6-vkp2-JYXb0tqz7mcA2ks5sAgLygaJpZM4NvPkf
.

>All comments

i think it's clearer the way it is, prefer not to rename it

On Sat, Jun 3, 2017 at 10:05 PM, AlexHolly notifications@github.com wrote:

Is there any reason to have different names for the following variables?
They are used in the same context.

InputEventJoystickButton.button_index -> InputEventJoystickButton.index
InputEventJoystickMotion.axis -> InputEventJoystickMotion.index
InputEventMouseButton.button_index -> InputEventMouseButton.index
InputEventKey.scancode -> InputEventKey.index


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/godotengine/godot/issues/9039, or mute the thread
https://github.com/notifications/unsubscribe-auth/AF-Z20cWJufl6-vkp2-JYXb0tqz7mcA2ks5sAgLygaJpZM4NvPkf
.

Was this page helpful?
0 / 5 - 0 ratings