Keyboard Class
Tuesday, May 29th, 2007
Really now, why would you need a Keyboard class? Shouldn’t it be good enough to add a key listener…? In some instances yes this would be true. However if you want to keep your code OOP and efficient you should be only listen for a certain set of keys and doing actions […]