part of alt-tab handling dx checkin

This commit is contained in:
cxgeorge 2001-02-28 22:15:58 +00:00
parent 329e11a09d
commit 5fe8e52b43
2 changed files with 3 additions and 1 deletions

View File

@ -155,7 +155,7 @@ protected:
CoordinateSystem _coordinate_system;
private:
protected:
typedef set<TextureContext *> Textures;
Textures _prepared_textures;

View File

@ -133,6 +133,8 @@ PUBLISHED:
INLINE bool has_pointer(int device) const;
INLINE bool has_keyboard(int device) const;
virtual void process_events(void) { return; }; // process window events
public:
INLINE const MouseData &get_mouse_data(int device) const;
INLINE bool has_button_event(int device) const;