mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Removed main configuration show/hide mouse options and associated wxTimer in
linux. This could confuse users, as it does nothing in linux. Mouse hiding is set from the GL video plugin. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5008 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -337,10 +337,10 @@ class CFrame : public wxFrame
|
||||
void BootGame(const std::string& filename);
|
||||
|
||||
// Double click and mouse move options
|
||||
#if wxUSE_TIMER && defined _WIN32
|
||||
double m_fLastClickTime, m_iLastMotionTime;
|
||||
int LastMouseX, LastMouseY;
|
||||
|
||||
#if wxUSE_TIMER
|
||||
void Update();
|
||||
void OnTimer(wxTimerEvent& WXUNUSED(event)) { Update(); }
|
||||
wxTimer m_timer;
|
||||
|
Reference in New Issue
Block a user