Changes to wxWidgets/SDL2 port :
- Updated UI - OpenGL 3.0 with GLSL/GLSLP-support - Improvements to Windows version - Minor changes/bugfixes Patch from bit.
This commit is contained in:
parent
354d52754c
commit
2881d35680
90 changed files with 15042 additions and 5351 deletions
|
|
@ -12,8 +12,11 @@ public:
|
|||
virtual ~PCemDialogBox() {}
|
||||
void OnInit();
|
||||
private:
|
||||
void OnCommand(wxCommandEvent &event);
|
||||
void OnNotebookChanged(wxCommandEvent& event);
|
||||
void OnCommand(wxCommandEvent& event);
|
||||
int processEvent(int message, INT_PARAM param1, LONG_PARAM param2);
|
||||
int(*callback)(void* window, int message, INT_PARAM param1, LONG_PARAM param2);
|
||||
bool commandActive;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue