micro/cmd/micro
Jöran Karl 2c53d1fcab test: Perform DoEvent() as long as normal or draw events are present
This is necessary since DoEvent() isn't called in a loop like in the main
application, but as one-shot only and a async draw event can lead to ignore
the explicit injected events.
Additional checks have been added to check the presence of the expected buffers.
2024-04-14 16:55:59 +02:00
..
clean.go Ignore tool files 2021-08-21 18:07:43 -04:00
debug.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
initlua.go Remove lua.Lock 2024-03-14 04:53:56 +01:00
micro.go Add param to InitRuntimeFiles() to init built-in files only 2024-04-03 03:41:06 +02:00
micro_test.go test: Perform DoEvent() as long as normal or draw events are present 2024-04-14 16:55:59 +02:00