MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / NotifyMouseMoved

Method NotifyMouseMoved

Source/IClickable.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool IClickable::NotifyMouseMoved(float x, float y)
71{
72 if (!mShowing)
73 return false;
74 return MouseMoved(x - mX, y - mY);
75}
76
77bool IClickable::NotifyMouseScrolled(float x, float y, float scrollX, float scrollY, bool isSmoothScroll, bool isInvertedScroll)
78{

Callers 15

MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80
MouseMovedMethod · 0.80

Calls

no outgoing calls

Tested by 1

MouseMovedMethod · 0.64