(4946982534d4d256590dffd44046fe642456703f)
#include "qqnxglobal.h"
#include "qqnxscreeneventthread.h"
#include "qqnxscreeneventhandler.h"
#include <QtCore/QDebug>
#include <errno.h>
#include <unistd.h>
#include <cctype>
Go to the source code of this file.
|
static const int | c_screenCode = _PULSE_CODE_MINAVAIL + 0 |
static const int | c_armCode = _PULSE_CODE_MINAVAIL + 1 |
static const int | c_quitCode = _PULSE_CODE_MINAVAIL + 2 |
◆ screen_register_event()
int screen_register_event |
( |
screen_context_t | , |
|
|
struct sigevent * | event ) |
◆ screen_unregister_event()
int screen_unregister_event |
( |
struct sigevent * | event | ) |
|
◆ c_armCode
const int c_armCode = _PULSE_CODE_MINAVAIL + 1 |
|
static |
◆ c_quitCode
const int c_quitCode = _PULSE_CODE_MINAVAIL + 2 |
|
static |
◆ c_screenCode
const int c_screenCode = _PULSE_CODE_MINAVAIL + 0 |
|
static |