playMaker

Author Topic: Could "Get Current Resolution" sample the Game Window rather than the Monitor?  (Read 4773 times)

kiko

  • Playmaker Newbie
  • *
  • Posts: 17
Hi, is it possible to have the "Get Current Resolution" action sample the resolution in the game preview window?

Right now, the action samples the monitor's resolution, which obviously produces bad results when trying to test an app at a particular resolution.

As a workaround, I made a global variable in order to force the resolution when I need to, but it's a pain to go back and forth just for testing purposes.

What do you think?

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
You can use Get Screen Height and Get Screen Width for getting the rendered screen size.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

kiko

  • Playmaker Newbie
  • *
  • Posts: 17
Awesome! That did it. Thank you very much  ;D