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

Win32 events and borderless fullscreen #1241

Closed
wants to merge 2 commits into from

Conversation

hordurj
Copy link
Contributor

@hordurj hordurj commented Aug 8, 2024

More features added to the win32 platform. Note, the fullscreen mode is currently implemented as borderless full screen. It is not exclusive fullscreen mode which would also change the display mode.

  • Added borderless fullscreen mode.
  • Added borderless mode.
  • Implemented keyPressed, keyRelease, ... functions
  • Added mouse wheel event.
  • Added modifiers to keyboard and mouse events.
  • Default scaling is stretch in d3d12 backend.
  • Display mode borderless and fullscreen behave the same for now.
  • The fullscreen implementation will be reviewed later to include
    display mode change.
  • By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.

Added fullscreen mode.
Added borderless mode.
Implemented keyPressed, keyRelease, ... functions
Added mouse wheel event.
Added modifiers to keyboard and mouse events.
Default scaling is stretch in d3d12 backend.
Display mode borderless and fullscreen behave the same for now.
The fullscreen implementation will be reviewed later to include
display mode change.
@slimsag
Copy link
Member

slimsag commented Aug 25, 2024

Rebased and merging here: #1255

@slimsag slimsag closed this Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants