Jump to content

Search the Community

Showing results for tags 'macro'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. Hi guys, I came across really strange problem where "USER_MOUSE" macro is not working as per expectation. We are using custom hardware cursor which is handled by our window independent of unigine and is working fine only if world script is loaded. ( I mean .world file. ). If world file is not loaded then I get the black mouse cursor must be software cursor ( bcoz I took screen shot of that cursor using (Print Screen Key (PrtScn)), while we can't take screen shot of hardware cursor using the same technique. :) ) BTW, while world is not loaded we have just bunch of UI elements on screen. ( Imagine Title Screen of game. ) I don't what should I do to get rid of that default black cursor. Sample code: where I put macro in unigine.cc which is our custom system_script. #define MOUSE_USER #include <core/unigine.h> #include <core/scripts/system.h> #include <core/scripts/utils.h> :rolleyes: rakeshj.
×
×
  • Create New...