MCPcopy Create free account
hub / github.com/MyGUI/mygui / setRepeat

Method setRepeat

MyGUIEngine/src/MyGUI_ControllerRepeatClick.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void ControllerRepeatClick::setRepeat(float init, float step)
31 {
32 mInit = init;
33 mStep = step;
34 }
35
36 void ControllerRepeatClick::setProperty(std::string_view _key, std::string_view _value)
37 {

Callers 1

notifyMousePressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected