Changeset e607c0f in network-game for client/Client/Textbox.h


Ignore:
Timestamp:
Dec 9, 2012, 8:56:45 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
cdb4bec
Parents:
581058c
Message:

The client uses nonblocking calls to check for server messages and textboxes can now process all the standard keyboard keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Textbox.h

    r581058c re607c0f  
    55
    66#include <string>
     7#include <map>
    78
    89using namespace std;
     
    1415   string str;
    1516   bool selected;
     17   bool shiftPressed;
     18   map<char, char> shiftMap;
    1619
    1720public:
Note: See TracChangeset for help on using the changeset viewer.