~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to intern/ghost/intern/GHOST_ModifierKeys.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: GHOST_ModifierKeys.cpp,v 1.3 2002/11/25 09:52:56 mein Exp $
 
2
 * $Id: GHOST_ModifierKeys.cpp,v 1.4 2007/03/20 04:19:30 stiv Exp $
3
3
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or
31
31
 
32
32
/**
33
33
 
34
 
 * $Id: GHOST_ModifierKeys.cpp,v 1.3 2002/11/25 09:52:56 mein Exp $
 
34
 * $Id: GHOST_ModifierKeys.cpp,v 1.4 2007/03/20 04:19:30 stiv Exp $
35
35
 * Copyright (C) 2001 NaN Technologies B.V.
36
36
 * @author      Maarten Gribnau
37
37
 * @date        May 31, 2001
49
49
        clear();
50
50
}
51
51
 
 
52
GHOST_ModifierKeys::~GHOST_ModifierKeys() {}
 
53
 
52
54
 
53
55
GHOST_TKey GHOST_ModifierKeys::getModifierKeyCode(GHOST_TModifierKeyMask mask)
54
56
{