mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
better mouse camera navigation ( missing win32 implementation )
This commit is contained in:
@@ -126,6 +126,8 @@ protected:
|
||||
|
||||
public:
|
||||
static bool handleEvent();
|
||||
static void revertMousePos();
|
||||
|
||||
|
||||
Window();
|
||||
virtual ~Window();
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// ==============================================================
|
||||
// This file is part of Glest Shared Library (www.glest.org)
|
||||
//
|
||||
// Copyright (C) 2001-2008 Marti<74>o Figueroa
|
||||
// Copyright (C) 2001-2008 Marti<74>o Figueroa
|
||||
//
|
||||
// You can redistribute this code and/or modify it under
|
||||
// the terms of the GNU General Public License as published
|
||||
@@ -136,6 +136,7 @@ protected:
|
||||
|
||||
public:
|
||||
static bool handleEvent();
|
||||
static void revertMousePos();
|
||||
|
||||
//contructor & destructor
|
||||
Window();
|
||||
|
Reference in New Issue
Block a user