Home
last modified time | relevance | path

Searched refs:m_xinput2_opcode (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/GUI/
H A DHotkeyListener.h70 int m_xinput2_opcode; variable
H A DHotkeyListener.cpp123 …if(XQueryExtension(m_x11_display, "XInputExtension", &m_xinput2_opcode, &first_event, &first_error… in Init()
256 if(m_has_xinput2 && event.xcookie.extension == m_xinput2_opcode) { in ProcessEvents()