toggleSearchText

This commit is contained in:
milkdropper.com
2020-08-15 18:21:29 +04:00
committed by milkdropper
parent 4994725805
commit ffdb4806a7

View File

@ -164,6 +164,7 @@ public:
return duration_cast<milliseconds>(system_clock::now().time_since_epoch());;
}
void toggleSearchText();
void toggleInput();
void touch(float x, float y, int pressure, int type);
void touchDrag(float x, float y, int pressure);