Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

window_ #64

Open
drewmccluskey opened this issue Dec 15, 2018 · 0 comments
Open

window_ #64

drewmccluskey opened this issue Dec 15, 2018 · 0 comments

Comments

@drewmccluskey
Copy link
Collaborator

drewmccluskey commented Dec 15, 2018

Note: Due to way how things work entire window_ needs to be implemented twice - for editor and for native output (Windows form vs MonoForm). Using preprocessor #if, defined EDITOR constant in dynamic parameters, reflecting which version of implementation to use.

Functions

  • ✔️ window_center
  • ✔️window_get_caption
  • ✔️window_get_colour
  • ✔️window_get_fullscreen
  • ✔️window_get_height
  • ✔️window_get_width
  • ✔️window_get_x
  • ✔️window_get_y
  • ✔️window_get_cursor
  • ❌window_get_visible_rects (Wtf is this function anyway, multi display handling level 0bc)
  • ✔️window_mouse_get_x
  • ✔️window_mouse_get_y
  • ✔️window_mouse_set
  • ✔️window_set_caption
  • ✔️window_set_colour
  • ✔️window_set_fullscreen
  • ✔️window_set_position
  • ✔️window_set_size
  • ✔️window_set_rectangle
  • ✔️window_set_cursor
  • ❌window_set_min_width
  • ❌window_set_max_width
  • ❌window_set_min_height
  • ❌window_set_max_height
  • ✔️window_has_focus
  • ❌window_device
  • ❌window_view_mouse_get_x
  • ❌window_view_mouse_get_y
  • ❌window_views_mouse_get_x
  • ❌window_views_mouse_get_y
  • ✔️window_handle
  • 💡 window_set_min_size
  • 💡 window_set_max_size
@lofcz lofcz self-assigned this Dec 15, 2018
@lofcz lofcz added the GM port label Dec 15, 2018
lofcz added a commit that referenced this issue Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants