Add pan/tilt motions to mjv_moveCamera.

PiperOrigin-RevId: 948308546
Change-Id: I2724b889759e652ed50d03bf97f3c7125cd0eb56
This commit is contained in:
Haroon Qureshi
2026-07-15 06:49:46 -07:00
committed by Copybara-Service
parent 1e85ce176f
commit 52317058ba
6 changed files with 44 additions and 15 deletions
+2
View File
@@ -782,6 +782,8 @@ ENUMS: Mapping[str, EnumDecl] = dict([
('mjMOUSE_ZOOM', 5),
('mjMOUSE_MOVE_V_REL', 6),
('mjMOUSE_MOVE_H_REL', 7),
('mjMOUSE_TURN_V', 8),
('mjMOUSE_TURN_H', 9),
]),
)),
('mjtPertBit',