MCPcopy Create free account
hub / github.com/ddnet/ddnet / GetActiveJoystick

Method GetActiveJoystick

src/engine/client/input.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 size_t NumJoysticks() const override { return m_vJoysticks.size(); }
134 CJoystick *GetJoystick(size_t Index) override { return &m_vJoysticks[Index]; }
135 CJoystick *GetActiveJoystick() override { return m_pActiveJoystick; }
136 void SetActiveJoystick(size_t Index) override;
137
138 bool MouseRelative(float *pX, float *pY) override;

Callers 4

OnCursorMoveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected