mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
ControllerInterface/Wiimote: Add "IR Distance" input providing a calculated distance from sensor bar in meters.
This commit is contained in:
@ -135,6 +135,8 @@ private:
|
||||
// Average of visible IR "objects".
|
||||
Common::Vec2 center_position = {};
|
||||
|
||||
float distance = 0;
|
||||
|
||||
bool is_hidden = true;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user