fixed comments
parent
e4d0c779aa
commit
2f15ae8681
|
@ -284,7 +284,13 @@ class CimditProfile {
|
||||||
/// timeout of submitted string
|
/// timeout of submitted string
|
||||||
uint32_t m_userTimeout;
|
uint32_t m_userTimeout;
|
||||||
|
|
||||||
float m_relMouseX, m_relMouseY;
|
/// relative mouse movement X
|
||||||
|
float m_relMouseX;
|
||||||
|
|
||||||
|
/// relative mouse movement Y
|
||||||
|
float m_relMouseY;
|
||||||
|
|
||||||
|
/// offset of custom image
|
||||||
uint16_t m_customImage;
|
uint16_t m_customImage;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue