1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 10:01:21 +00:00

Oh,... and this. The last bit of virtual keyboard vestige.

This commit is contained in:
FellippeHeitor 2019-04-14 22:01:56 -03:00
parent 4923b191bf
commit 729557fda2

View file

@ -11499,8 +11499,6 @@ int32 hexoct2uint64(qbs* h){
}
extern void SUB_VKUPDATE();
//input method (complex, calls other qbs functions)
const char *uint64_max[] = {"18446744073709551615"};
const char *int64_max[] = {"9223372036854775807"};
@ -12192,10 +12190,6 @@ void qbs_input(int32 numvariables,uint8 newline){
Sleep(10);
qbs_set(key,qbs_inkey());
disableEvents=1;//we don't want the ON TIMER bound version of VKUPDATE to fire during a call to itself!
SUB_VKUPDATE();
disableEvents=0;
}
qbs_cleanup(qbs_tmp_base,0);