mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
chore(ui): name CSimpleEditBox::DeleteHighlight parameter
This commit is contained in:
parent
c2e1bd19b8
commit
c9846d1cdc
@ -173,7 +173,7 @@ void CSimpleEditBox::DeleteForward(int32_t a2) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSimpleEditBox::DeleteHighlight(int32_t a2) {
|
void CSimpleEditBox::DeleteHighlight(int32_t userInput) {
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -97,7 +97,7 @@ class CSimpleEditBox : public CSimpleFrame, CSimpleFontedFrame {
|
|||||||
int32_t ConvertCoordinateToIndex(float a2, float a3, int32_t& a4);
|
int32_t ConvertCoordinateToIndex(float a2, float a3, int32_t& a4);
|
||||||
void DeleteBackward(int32_t a2);
|
void DeleteBackward(int32_t a2);
|
||||||
void DeleteForward(int32_t a2);
|
void DeleteForward(int32_t a2);
|
||||||
void DeleteHighlight(int32_t a2);
|
void DeleteHighlight(int32_t userInput);
|
||||||
void DeleteSubstring(int32_t left, int32_t right, int32_t a4);
|
void DeleteSubstring(int32_t left, int32_t right, int32_t a4);
|
||||||
void DispatchAction(int32_t action);
|
void DispatchAction(int32_t action);
|
||||||
int32_t GetNumToLen(int32_t offset, int32_t amount, bool a4);
|
int32_t GetNumToLen(int32_t offset, int32_t amount, bool a4);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user