mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Initial commit.
:)
This commit is contained in:
17
source/UserInput/ControllerTurnInput.hpp
Normal file
17
source/UserInput/ControllerTurnInput.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "ITurnInput.hpp"
|
||||
|
||||
class ControllerTurnInput : public ITurnInput
|
||||
{
|
||||
public:
|
||||
ITurnInput::Delta getTurnDelta();
|
||||
|
||||
private:
|
||||
int field_8 = 2;
|
||||
int m_stickNo = 2;
|
||||
float field_10 = 0.0f;
|
||||
float field_14 = 0.0f;
|
||||
bool field_18 = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user