-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
Milestone
Description
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"
/>
Reactions are currently unavailable