mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 22:40:44 +09:00
Add option to save replay with controller (double-click share button), allow prime-run on wayland
This commit is contained in:
@@ -138,6 +138,9 @@ namespace gsr {
|
||||
}
|
||||
|
||||
void GlobalHotkeysX11::poll_events() {
|
||||
if(!dpy)
|
||||
return;
|
||||
|
||||
while(XPending(dpy)) {
|
||||
XNextEvent(dpy, &xev);
|
||||
if(xev.type == KeyPress) {
|
||||
|
||||
Reference in New Issue
Block a user