Skip to content

KeyDown, KeyUp, GotFocus, LostFocus #31

@markbeach

Description

@markbeach

Is there something I'm missing in order to use these events in the control? MouseMove, SizeChanged, and Render work fine.

<glWpfControl:GLWpfControl
x:Name="OpenTkControl"
KeyUp="OpenTkControl_KeyUp"
MouseMove="OpenTkControl_MouseMove"
LostFocus="OpenTkControl_LostFocus"
GotFocus="OpenTkControl_GotFocus"
Loaded="OpenTkControl_Loaded"
SizeChanged="OpenTkControl_Resize"
Render="OpenTkControl_OnRender"
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    4.0bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions