mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Fix TODO in joystick code (#15179)
This commit is contained in:
parent
58ea11c2b3
commit
6dfd61cba0
2 changed files with 7 additions and 3 deletions
|
@ -155,6 +155,11 @@ public:
|
|||
float getMovementDirection();
|
||||
float getMovementSpeed();
|
||||
|
||||
u8 getJoystickId() const
|
||||
{
|
||||
return m_joystick_id;
|
||||
}
|
||||
|
||||
f32 doubling_dtime;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue