optionally display cursor

This commit is contained in:
pigeatgarlic 2026-04-08 21:16:43 +07:00
parent 0f64a4d794
commit 62c53daf25

View File

@ -213,9 +213,11 @@ int main(int argc, char *argv[]) {
framerate->raise(buffer[1]);
break;
case EventType::Idr:
BOOST_LOG(debug) << "IDR";
idr->raise(true);
break;
case EventType::Pointer:
display_cursor = buffer[1] != 0;
break;
default:
break;
}