Quote:
|
Originally Posted by projectigi
Hi,
i made a TDrawingPanel(in the TDrawingPanel there a GUIWindowCtrl that goes all over the screen and is on the top,
for some reason the keydown check ( onKeyPressed, keyDown2 ) doesnt work anymore now XD
how do i make em working again?
|
Example:
PHP Code:
function onCreated()
{
new GuiWindowCtrl("MainWindow") {
// stuff
}
MainWindow.makeFirstResponder("false");
}