Skip to content

Port to SFML 3#769

Open
thypon wants to merge 1 commit intomickelson:masterfrom
thypon:sfml3
Open

Port to SFML 3#769
thypon wants to merge 1 commit intomickelson:masterfrom
thypon:sfml3

Conversation

@thypon
Copy link
Copy Markdown

@thypon thypon commented Mar 28, 2026

  • Update video mode API: vm.width/height -> vm.size.x/y
  • Migrate event handling to new SFML 3 API: ev.is() and ev.getIf()
  • Add window state mapping using sf::State enum
  • Replace deprecated getSystemHandle() with getNativeHandle()
  • Update SoundStream API for SFML 3

- Update video mode API: vm.width/height -> vm.size.x/y
- Migrate event handling to new SFML 3 API: ev.is<T>() and ev.getIf<T>()
- Add window state mapping using sf::State enum
- Replace deprecated getSystemHandle() with getNativeHandle()
- Update SoundStream API for SFML 3
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.

1 participant