MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / IgnoreMouseInput

Method IgnoreMouseInput

Source/Objects/editorcameraobject.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void EditorCameraObject::IgnoreMouseInput(bool val) {
41 // ignore_input = val;
42 ignore_mouse_input = val;
43}
44
45void EditorCameraObject::GetDisplayName(char* buf, int buf_size) {
46 if (GetName().empty()) {

Callers 5

CheckForSelectionsMethod · 0.45
StartMouseTransformationFunction · 0.45
EndTransformationFunction · 0.45
HandleSunScaleMethod · 0.45
HandleSunRotateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected