See vgui_mfc_adaptor.h for a description of this file. More...
#include "vgui_mfc_adaptor.h"
#include <vcl_iostream.h>
#include <vcl_cstring.h>
#include <vgui/vgui_gl.h>
#include <vgui/vgui_event.h>
#include <vgui/vgui_popup_params.h>
#include <vgui/vgui_macro.h>
#include <vgui/impl/mfc/vgui_mfc_utils.h>
#include <vgui/impl/mfc/vgui_mfc_mainfrm.h>
Go to the source code of this file.
Functions | |
void | mfc_key (UINT nChar, UINT nFlags, int *the_key, int *the_ascii_char) |
Convert MFC key character into an int suitable for vgui. | |
Variables | |
bool | vgui_mfc_use_bitmap |
See vgui_mfc_adaptor.h for a description of this file.
Definition in file vgui_mfc_adaptor.cxx.
void mfc_key | ( | UINT | nChar, |
UINT | nFlags, | ||
int * | the_key, | ||
int * | the_ascii_char | ||
) |
Convert MFC key character into an int suitable for vgui.
Definition at line 518 of file vgui_mfc_adaptor.cxx.
bool vgui_mfc_use_bitmap |