MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetMouseSensitivityX

Method GetMouseSensitivityX

engine/Poseidon/Input/InputSubsystem.cpp:1284–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282 "UserActionDesc table must have exactly one entry per UserAction (UAN)");
1283 return userActionDesc;
1284}
1285
1286bool InputSubsystem::IsReverseMouse() const
1287{
1288 return GInput.mouse.reverseY;
1289}
1290void InputSubsystem::SetReverseMouse(bool v)

Callers 8

DrawMouseTabFunction · 0.80
DisplayConfigureMethod · 0.80
OnCreateCtrlMethod · 0.80
MountMethod · 0.80
RowValueMethod · 0.80
MouseStateSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by 1

MouseStateSnapshotMethod · 0.64