Changeset 53:84a550d370b1 in xplra


Ignore:
Timestamp:
02/16/13 16:47:02 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Message:

Added test program for the hotkey handling

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/client/python/xplra.py

    r52 r53  
    270270        states = []
    271271        for i in range(0, length):
    272             states.append(self._readU8())
     272            states.append(self._readU8()!=0)
    273273
    274274        return states
Note: See TracChangeset for help on using the changeset viewer.