MCPcopy Create free account
hub / github.com/OpenMW/openmw / attachChannel

Method attachChannel

extern/oics/ICSControl.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void Control::attachChannel(Channel* channel, Channel::ChannelDirection direction, float percentage)
69 {
70 mAttachedChannels.push_back(channel);
71 channel->addControl(this, direction, percentage);
72 }
73
74 void Control::updateChannels()
75 {

Callers 3

InputControlSystemMethod · 0.80
loadKeyDefaultsMethod · 0.80

Calls 1

addControlMethod · 0.80

Tested by

no test coverage detected