Search found 2 matches
- Mon Aug 23, 2010 1:23 am
- Forum: Wolfire
- Topic: Awesomium Callbacks
- Replies: 3
- Views: 3078
Re: Awesomium Callbacks
I had thought that as well, until I read the Awesomium code. Javascript sees the callback as an asynchronous call, from what I can tell, so doing: Window.GetPosition(); Window.SetPosition(Window.X + 5, Window.Y + 5); will not work as intended. GetPosition is put into a queue, and physically called l...
- Sun Aug 22, 2010 6:11 pm
- Forum: Wolfire
- Topic: Awesomium Callbacks
- Replies: 3
- Views: 3078
Awesomium Callbacks
I don't know if this question is appropriate here, but I figured it was worth asking. I am posting it on the forums in case others find this question and hopeful answer useful. Inspired by your game, and in particular your honest exposition on the blog, I am attempting to integrate Awesomium into my...