core/vgui/impl/glut/menu_hack_none.cxx
Go to the documentation of this file.
00001 /*
00002   fsm
00003 */
00004 #include "menu_hack.h"
00005 
00006 // without X11, I don't know how to do this.
00007 // fsm
00008 
00009 void vgui_glut_menu_hack::bind(int button, int mods, int menu_id) { }
00010 
00011 bool vgui_glut_menu_hack::mouse(int button, int state, int x,int y) { return false; }
00012 
00013 void vgui_glut_menu_hack::menustatus(int status,int x,int y) { }
00014 
00015 void (*vgui_glut_menu_hack::last_minute_change_callback)(int menu_id) = 0;