Screen notification types

Types of notifications.

Synopsis:

#include <screen/screen.h>
 
 enum {
      SCREEN_NOTIFY_VSYNC = 0   
      SCREEN_NOTIFY_UPDATE = 1   
      SCREEN_NOTIFY_INPUT = 2   
      SCREEN_NOTIFY_EVENT = 3   
};

Data:

SCREEN_NOTIFY_VSYNC
Notification of a vsync.
SCREEN_NOTIFY_UPDATE
Notification of an update.
SCREEN_NOTIFY_INPUT
Notification of an event from an input device.
SCREEN_NOTIFY_EVENT
Notification of an event.

Library:

libscreen

Description: