jasonbcox / rocket

ROCKET Engine
Other
1 stars 0 forks source link

Refactor Input Interactables #14

Closed jasonbcox closed 11 years ago

jasonbcox commented 11 years ago

All Input_Interactable's need to be placed in new files called Input_Interactable.h/.cpp. Create a new base class called Interactable. The functionality in Input_Interactable_Button will be split into Input_Interactable and a new class called Input_Button that inherits Interactable.

The new structure will be as follows:

Input_Interactable

Input_Button : Interactable

Input_Keyboard : Button

Input_Mouse : Button