mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 23:51:55 -07:00
@@ -166,5 +166,7 @@ void CVirtualPointer::disconnectCallbacks() {
|
||||
}
|
||||
|
||||
wlr_pointer* CVirtualPointer::wlr() {
|
||||
if (pointer.expired())
|
||||
return nullptr;
|
||||
return pointer.lock()->wlr();
|
||||
}
|
||||
|
Reference in New Issue
Block a user