This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
#ifndef _CPLEXT_H
|
|
#define _CPLEXT_H
|
|
#if __GNUC__ >= 3
|
|
#pragma GCC system_header
|
|
#endif
|
|
|
|
#define CPLPAGE_MOUSE_BUTTONS 1
|
|
#define CPLPAGE_MOUSE_PTRMOTION 2
|
|
#define CPLPAGE_MOUSE_WHEEL 3
|
|
#define CPLPAGE_KEYBOARD_SPEED 1
|
|
#define CPLPAGE_DISPLAY_BACKGROUND 1
|
|
#endif
|