Can't use mouse in Windows Phone 8.1 emulator

Hi.
I’m making a windows phone 8.1 game. Build for device works pretty fine, but when i launch it in the emulator, mouse clicks are not being detected. I want mouse clicks in emulator to work similarly to taps on the device, how can i do it?

I use Universal 8.1 SDK and “Local Machine and Windows Phone” in the build settings.
My version of Unity is 5.2.0f2.

Solved! Had to define MOUSE_INPUT in other settings in project settings window while building

For me it doesn’t work. You mean the Scripting Define Symbols in other settings tab?

I’m using unity 5.1.3 by the way.