Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/Geant4/tools/sg/keys is written in an unsupported language. File is not indexed.

0001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
0002 // See the file tools.license for terms.
0003 
0004 #ifndef tools_sg_keys
0005 #define tools_sg_keys
0006 
0007 #include "../typedefs"
0008 
0009 namespace tools {
0010 namespace sg {
0011 
0012 inline key_code key_shift() {return 0x01000020;}  //same as in Qt qnamespace.h.
0013 
0014 }}
0015 
0016 #endif