- mouse code update.

May still need some tweaking of the factors.
This commit is contained in:
Christoph Oelckers 2020-09-28 22:36:43 +02:00
parent 0ddf53a3ef
commit b57e13ff62
19 changed files with 315 additions and 408 deletions

View file

@ -3,6 +3,8 @@
#include "zstring.h"
#include "intrect.h"
struct event_t;
struct SystemCallbacks
{
bool (*WantGuiCapture)();
@ -19,6 +21,7 @@ struct SystemCallbacks
FString(*GetLocationDescription)();
void (*MenuDim)();
FString(*GetPlayerName)(int i);
bool (*DispatchEvent)(event_t* ev);
};
extern SystemCallbacks *sysCallbacks;