121 {
122 super.ReadFromContext(ctx, action_recive_data);
123
125 {
127 if (!ctx.
Read(cursorPosition))
128 return false;
129
130 action_recive_data.m_Target.SetCursorHitPos(cursorPosition);
131 }
132
133 return true;
134 }
proto bool Read(void value_in)