Functions | Variables
core/vgui/impl/mfc/vgui_mfc_adaptor.cxx File Reference

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

Detailed Description

See vgui_mfc_adaptor.h for a description of this file.

Author:
RRG, Oxford University
    Modifications
     06-AUG-2002 K.Y.McGaul - Changed key returned by CTRL events.
     04-OCT-2002 K.Y.McGaul - Use event.set_key() to set key, this makes sure
                              the key stroke is always lower case.
                            - Set event.ascii_char to be the actual key stroke.
   

Definition in file vgui_mfc_adaptor.cxx.


Function Documentation

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.


Variable Documentation

Definition at line 38 of file vgui.cxx.