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

Method IsReverseMouse

engine/Poseidon/Input/InputSubsystem.cpp:1252–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250 };
1251 // The table is indexed by UserAction, and per-action arrays (bindings, KeyList
1252 // userKeys[UAN]) are sized by UAN. If a new action is added to the enum without
1253 // a matching row here, indexing runs off the end. Keep them one-to-one.
1254 static_assert(std::size(userActionDesc) == UAN,
1255 "UserActionDesc table must have exactly one entry per UserAction (UAN)");
1256 return userActionDesc;
1257}
1258

Callers 9

DrawMouseTabFunction · 0.80
DisplayConfigureMethod · 0.80
RefreshLanguageMethod · 0.80
OnButtonClickedMethod · 0.80
MountMethod · 0.80
RowValueMethod · 0.80
MouseStateSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by 1

MouseStateSnapshotMethod · 0.64