Jacktwist
Jacktwist
I'm the one with the issue. However it looks like user error because the test code works as expected. Here's the code repository if anyone is curious to help me...
Here's the code I'm using: let mut root = Root::initializer() .font("terminal16x16_gs_ro.png", FontLayout::AsciiInRow) .font_type(FontType::Greyscale) .size(SCREEN_WIDTH, SCREEN_HEIGHT) .title("SssBall") //.fullscreen(true) .init(); ... let key = root.wait_for_keypress(true); match key { Key { code: Enter,...
Ok @L3nn0x, thanks for checking it out. I thought I was missing something fundamental about the syntax. I'm using Ubuntu 19. If I comment out the .size() in the initialization,...