|
|
@@ -62,29 +62,6 @@ pointer_and_keyboard(GraphicsWindow *host, const string &name) {
|
|
|
GraphicsWindowInputDevice(host, name, IDF_has_pointer | IDF_has_keyboard);
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- *
|
|
|
- */
|
|
|
-GraphicsWindowInputDevice::
|
|
|
-GraphicsWindowInputDevice(const GraphicsWindowInputDevice ©) {
|
|
|
- *this = copy;
|
|
|
-}
|
|
|
-
|
|
|
-/**
|
|
|
- *
|
|
|
- */
|
|
|
-void GraphicsWindowInputDevice::
|
|
|
-operator = (const GraphicsWindowInputDevice ©) {
|
|
|
- InputDevice::operator = (copy);
|
|
|
-}
|
|
|
-
|
|
|
-/**
|
|
|
- *
|
|
|
- */
|
|
|
-GraphicsWindowInputDevice::
|
|
|
-~GraphicsWindowInputDevice() {
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* Records that the indicated button has been depressed.
|
|
|
*/
|