#include "global.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "MercuryWindow.h"
#include "MercuryInput.h"
#include "MercuryINI.h"
#include "MercuryUtil.h"
Go to the source code of this file.
Defines | |
#define | MC_INPUTMAPPED 1 |
#define | MC_INPUTUNMAPPED 2 |
Functions | |
KeyMappingWithCode (button_alt,"0-18") | |
KeyMappingWithCode (button_enter,"0-13") |
#define MC_INPUTMAPPED 1 |
Definition at line 10 of file MercuryWindow.cpp.
#define MC_INPUTUNMAPPED 2 |
Definition at line 11 of file MercuryWindow.cpp.
KeyMappingWithCode | ( | button_enter | , | |
"0-13" | ||||
) |
KeyMappingWithCode | ( | button_alt | , | |
"0-18" | ||||
) |