Reputation: 4408
Part of my app requires the user to enter text (username/password & chat) and I'd prefer not have to create my own keyboard code.
Upvotes: 1
Views: 479
Reputation: 31724
I'm not sure if DirectX itself has something built-in, but you can mix DirectX with XAML - e.g. you could use SwapChainBackgroundPanel where all your DirectX rendering would occur and overlay a XAML TextBox where you would capture your text input.
Upvotes: 2