- removed define tags out of COpenGL.*
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@8 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
#ifndef CINPUT_H_
|
||||
#define CINPUT_H_
|
||||
|
||||
#ifdef WIZ
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/soundcard.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "../CSingleton.h"
|
||||
#define g_pInput CInput::Get()
|
||||
|
||||
@@ -159,10 +166,18 @@ private:
|
||||
|
||||
bool immediate_keytable[KEYTABLE_SIZE];
|
||||
bool last_immediate_keytable[KEYTABLE_SIZE];
|
||||
#ifdef WIZ
|
||||
int volume;
|
||||
int volume_direction;
|
||||
#endif
|
||||
|
||||
void processKeys(int value);
|
||||
void processJoystickAxis(void);
|
||||
void processJoystickButton(int value);
|
||||
#ifdef WIZ
|
||||
void WIZ_EmuKeyboard( int button, int value );
|
||||
void WIZ_AdjustVolume( int direction );
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user