Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12218


Ignore:
Timestamp:
Mar 21, 2019, 4:07:31 PM (5 years ago)
Author:
tkuonen
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/MouseAPI_FS19/src/modules/MouseAPI/mouseapi.cc

    r12217 r12218  
    55    cam = camera.getOgreCamera();
    66    state = InputManager::getInstance().createInputState("MouseAPI");
    7     state->setMouseExclusive(false);
     7    state->setMouseExclusive(false);//does this work
    88    state->setMouseHandler(this);
    99    InputManager::getInstance().enterState("MouseAPI");
Note: See TracChangeset for help on using the changeset viewer.