MCPcopy Create free account
hub / github.com/bk138/multivnc / view_togglefullscreen

Method view_togglefullscreen

src/gui/FrameMain.cpp:291–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void FrameMain::view_togglefullscreen(wxCommandEvent &event) // wxGlade: FrameMain.<event_handler>
292{
293 event.Skip();
294 // notify the user that he hasn't implemented the event handler yet
295 wxLogDebug(wxT("Event handler (FrameMain::view_togglefullscreen) not implemented yet"));
296}
297
298void FrameMain::view_toggle1to1(wxCommandEvent &event) // wxGlade: FrameMain.<event_handler>
299{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected