mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-10 21:48:17 -05:00
Renames Camera Stick to Right Stick
This commit is contained in:
parent
d09172d74d
commit
b43eb2d0bd
@ -180,7 +180,7 @@ namespace Ship {
|
|||||||
|
|
||||||
if (!IsKeyboard) {
|
if (!IsKeyboard) {
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
SohImGui::BeginGroupPanel("Camera Stick", ImVec2(150, 20));
|
SohImGui::BeginGroupPanel("Right Stick", ImVec2(150, 20));
|
||||||
DrawButton("Up", BTN_VSTICKUP);
|
DrawButton("Up", BTN_VSTICKUP);
|
||||||
DrawButton("Down", BTN_VSTICKDOWN);
|
DrawButton("Down", BTN_VSTICKDOWN);
|
||||||
DrawButton("Left", BTN_VSTICKLEFT);
|
DrawButton("Left", BTN_VSTICKLEFT);
|
||||||
@ -189,7 +189,7 @@ namespace Ship {
|
|||||||
ImGui::SetCursorPosX(ImGui::GetCursorPosX() + 8);
|
ImGui::SetCursorPosX(ImGui::GetCursorPosX() + 8);
|
||||||
// 2 is the SDL value for right stick X axis
|
// 2 is the SDL value for right stick X axis
|
||||||
// 3 is the SDL value for right stick Y axis.
|
// 3 is the SDL value for right stick Y axis.
|
||||||
DrawVirtualStick("##CameraVirtualStick", ImVec2(Backend->getRightStickX(CurrentPort), Backend->getRightStickY(CurrentPort)));
|
DrawVirtualStick("##RightVirtualStick", ImVec2(Backend->getRightStickX(CurrentPort), Backend->getRightStickY(CurrentPort)));
|
||||||
|
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::SetCursorPosX(ImGui::GetCursorPosX() + 5);
|
ImGui::SetCursorPosX(ImGui::GetCursorPosX() + 5);
|
||||||
|
Loading…
Reference in New Issue
Block a user