Add target relative mouse motion actions.
PiperOrigin-RevId: 802072880 Change-Id: I1ff204594a126f8e50df4c703709f70ec4dd458c
This commit is contained in:
committed by
Copybara-Service
parent
ee777f74d3
commit
8d884585dd
@@ -575,6 +575,8 @@ ENUMS: Mapping[str, EnumDecl] = dict([
|
||||
('mjMOUSE_MOVE_V', 3),
|
||||
('mjMOUSE_MOVE_H', 4),
|
||||
('mjMOUSE_ZOOM', 5),
|
||||
('mjMOUSE_MOVE_V_REL', 6),
|
||||
('mjMOUSE_MOVE_H_REL', 7),
|
||||
]),
|
||||
)),
|
||||
('mjtPertBit',
|
||||
|
||||
Reference in New Issue
Block a user