~ubuntu-branches/ubuntu/warty/pygame/warty

« back to all changes in this revision

Viewing changes to src/key.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-17 17:09:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040917170953-caomeukd8awvvpwv
Tags: 1.6-0.2ubuntu1
Add missing build-depends: python

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
    /*DOC*/    "get current state of modifier keys\n"
141
141
    /*DOC*/    "\n"
142
142
    /*DOC*/    "Returns a bitwise combination of the pressed state for all\n"
143
 
    /*DOC*/    "modifier keys (KMOD_LEFTSHIFT, etc).\n"
 
143
    /*DOC*/    "modifier keys (KMOD_LSHIFT, etc).\n"
144
144
    /*DOC*/ ;
145
145
 
146
146
static PyObject* key_get_mods(PyObject* self, PyObject* args)