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

Method SetReverseMouse

engine/Poseidon/Input/InputSubsystem.cpp:1256–1259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254 static_assert(std::size(userActionDesc) == UAN,
1255 "UserActionDesc table must have exactly one entry per UserAction (UAN)");
1256 return userActionDesc;
1257}
1258
1259bool InputSubsystem::IsReverseMouse() const
1260{
1261 return GInput.mouse.reverseY;
1262}

Callers 7

DrawMouseTabFunction · 0.80
DestroyMethod · 0.80
OnButtonClickedMethod · 0.80
SetRowValueMethod · 0.80
~MouseStateSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by 1

~MouseStateSnapshotMethod · 0.64