mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-26 11:38:13 +02:00
6 lines
107 B
C++
6 lines
107 B
C++
|
|
#include "IPointer.hpp"
|
||
|
|
|
||
|
|
uint32_t IPointer::getCapabilities() {
|
||
|
|
return HID_INPUT_CAPABILITY_POINTER;
|
||
|
|
}
|