MCPcopy Create free account
hub / github.com/Prograda/Skybolt / setMouseEnabled

Method setMouseEnabled

src/Skybolt/SkyboltEngine/CameraInputSystem.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void CameraInputSystem::setMouseEnabled(bool enabled)
31{
32 for (InputDevicePtr device : mInputPlatform->getInputDevicesOfType(InputDeviceTypeMouse))
33 {
34 device->setEnabled(enabled);
35 }
36}
37
38void CameraInputSystem::setKeyboardEnabled(bool enabled)
39{

Callers 1

Calls 2

getInputDevicesOfTypeMethod · 0.45
setEnabledMethod · 0.45

Tested by

no test coverage detected